Set default base OS to Trusty in launch-node

If we're going to spin up a new node, it should be Trusty unless we
think more about it.

Change-Id: Id3580d8e04214dc9a80adbcba86cc1ef6523e472
This commit is contained in:
Monty Taylor 2015-05-02 09:19:24 -04:00
parent db06bd5189
commit faadc45a1e

View File

@ -201,7 +201,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 12.04 LTS (Precise Pangolin) (PVHVM)", default="Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)",
help="image name") help="image name")
parser.add_argument("--environment", dest="environment", parser.add_argument("--environment", dest="environment",
default="production", default="production",