Merge "Use the latest atomic image name"

This commit is contained in:
Jenkins 2016-05-10 05:10:49 +00:00 committed by Gerrit Code Review
commit b6f74c9248
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ magnum_group = cfg.OptGroup(name="magnum", title="Magnum Options")
MagnumGroup = [
cfg.StrOpt("image_id",
default="fedora-atomic",
default="fedora-atomic-latest",
help="Image id to be used for baymodel."),
cfg.StrOpt("nic_id",