Change type of nova_api_version from float to str
[doctor.git] / tests / inspector.py
index db7db39..c8fb00f 100644 (file)
@@ -20,7 +20,7 @@ import nova_force_down
 
 class DoctorInspectorSample(object):
 
-    nova_api_version = 2.11
+    nova_api_version = '2.11'
 
     def __init__(self):
         self.nova = novaclient.Client(self.nova_api_version,