Merge "launch-node.py : use new(?) image name"
This commit is contained in:
commit
12b8723794
@ -307,7 +307,7 @@ def main():
|
|||||||
parser.add_argument("--flavor", dest="flavor", default='1GB',
|
parser.add_argument("--flavor", dest="flavor", default='1GB',
|
||||||
help="name (or substring) of flavor")
|
help="name (or substring) of flavor")
|
||||||
parser.add_argument("--image", dest="image",
|
parser.add_argument("--image", dest="image",
|
||||||
default="Ubuntu 18.04 LTS (Bionic Beaver) (PVHVM)",
|
default="Ubuntu 18.04 LTS (Bionic Beaver) (Cloud)",
|
||||||
help="image name")
|
help="image name")
|
||||||
parser.add_argument("--environment", dest="environment",
|
parser.add_argument("--environment", dest="environment",
|
||||||
help="Puppet environment to use",
|
help="Puppet environment to use",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user