From faadc45a1e97c1f5e6518e6717be7b8b4f93fbf7 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 2 May 2015 09:19:24 -0400 Subject: [PATCH] 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 --- launch/launch-node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch/launch-node.py b/launch/launch-node.py index 1601e8f617..a94aed803d 100755 --- a/launch/launch-node.py +++ b/launch/launch-node.py @@ -201,7 +201,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 12.04 LTS (Precise Pangolin) (PVHVM)", + default="Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)", help="image name") parser.add_argument("--environment", dest="environment", default="production",