Bump default image to xenial to launch-node.py
We're now launching xenial for control servers, lets update the defaults. Change-Id: I14dc26673c290ae37b7a9ef016d7a343d2763efe Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
ab4ba6b570
commit
2ce7da2301
@ -308,7 +308,7 @@ def main():
|
||||
parser.add_argument("--flavor", dest="flavor", default='1GB',
|
||||
help="name (or substring) of flavor")
|
||||
parser.add_argument("--image", dest="image",
|
||||
default="Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)",
|
||||
default="Ubuntu 16.04 LTS (Xenial Xerus) (PVHVM)",
|
||||
help="image name")
|
||||
parser.add_argument("--environment", dest="environment",
|
||||
help="Puppet environment to use",
|
||||
|
Loading…
Reference in New Issue
Block a user