]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Merge pull request #670 from ceph/wip-nuke-ovh
authorLoic Dachary <loic@dachary.org>
Sat, 24 Oct 2015 07:38:30 +0000 (09:38 +0200)
committerLoic Dachary <loic@dachary.org>
Sat, 24 Oct 2015 07:38:30 +0000 (09:38 +0200)
Fixes related to ProvisionOpenStack.destroy()

Reviewed-by: Loic Dachary <ldachary@redhat.com>
1  2 
teuthology/openstack/__init__.py
teuthology/provision.py

index 0fe8d7125bbec0e82ab718ec6a809875a32ebc70,8a4eee5d700b6ca15e9cd1a6cf072dcd0749c12b..d0a4ba246a54024fd530339877376b5b51d84969
@@@ -31,8 -30,9 +31,10 @@@ import socke
  import subprocess
  import tempfile
  import teuthology
 +import types
  
+ from subprocess import CalledProcessError
  from teuthology.contextutil import safe_while
  from teuthology.config import config as teuth_config
  from teuthology.orchestra import connection
Simple merge