diff options
Diffstat (limited to 'tests/clean.py')
-rw-r--r-- | tests/clean.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clean.py b/tests/clean.py index af966aed..f8394055 100644 --- a/tests/clean.py +++ b/tests/clean.py @@ -14,7 +14,7 @@ import os import novaclient.client as novaclient -nova_api_version = 2.11 +nova_api_version = '2.11' def enable_compute_host(hostname): self.nova = novaclient.Client(self.nova_api_version, |