From: Nathan Cutler Date: Tue, 7 Feb 2017 11:45:52 +0000 (+0100) Subject: openstack: use 16.04 for teuthology VM X-Git-Tag: 1.1.0~259^2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=58ea306349f3f5095ea442f20ab60ce54f307f70;p=teuthology.git openstack: use 16.04 for teuthology VM Signed-off-by: Nathan Cutler --- diff --git a/teuthology/openstack/__init__.py b/teuthology/openstack/__init__.py index f5969da756..bd55baeab1 100644 --- a/teuthology/openstack/__init__.py +++ b/teuthology/openstack/__init__.py @@ -1046,7 +1046,7 @@ openstack security group rule create --proto udp --dst-port 16000:65535 teutholo arch = self.get_default_arch() self.run( "server create " + - " --image '" + self.image('ubuntu', '14.04', arch) + "' " + + " --image '" + self.image('ubuntu', '16.04', arch) + "' " + " --flavor '" + self.flavor(arch) + "' " + " " + self.net() + " --key-name " + self.args.key_name +