From 58ea306349f3f5095ea442f20ab60ce54f307f70 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 7 Feb 2017 12:45:52 +0100 Subject: [PATCH] openstack: use 16.04 for teuthology VM Signed-off-by: Nathan Cutler --- teuthology/openstack/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + -- 2.39.5