From 9a30e8f402d44ea1403c5d7e5506801b294be9ce Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Tue, 20 Oct 2015 18:24:06 +0200 Subject: [PATCH] openstack: remove dead code Signed-off-by: Loic Dachary --- teuthology/provision.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/teuthology/provision.py b/teuthology/provision.py index 7c8af802..2a54afc3 100644 --- a/teuthology/provision.py +++ b/teuthology/provision.py @@ -391,9 +391,6 @@ def create_if_vm(ctx, machine_name, _downburst=None): return False os_type = get_distro(ctx) os_version = get_distro_version(ctx) - if status_info.get('machine_type') == 'openstack': - return ProvisionOpenStack(name=machine_name).create( - os_type, os_version) has_config = hasattr(ctx, 'config') and ctx.config is not None if has_config and 'downburst' in ctx.config: -- 2.47.3