From: Loic Dachary Date: Tue, 20 Oct 2015 16:24:06 +0000 (+0200) Subject: openstack: remove dead code X-Git-Tag: 1.1.0~779^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F671%2Fhead;p=teuthology.git openstack: remove dead code Signed-off-by: Loic Dachary --- diff --git a/teuthology/provision.py b/teuthology/provision.py index 7c8af8029..2a54afc38 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: