[VVP] udpating scripts for casablanca 2
[vvp/validation-scripts.git] / ice_validator / tests / test_cloud_config_resource_id.py
index bd04e37..2adf860 100644 (file)
@@ -76,8 +76,8 @@ def test_cloud_config(heat_template):
         else:
             bad.add(rid)
     assert not bad, 'CloudConfigs %s have {vm-type} not in %s' % (
-            list(bad),
-            list(resource_vm_types))
+        list(bad),
+        list(resource_vm_types))
 
 
 def get_cloud_configs(heat):
@@ -85,3 +85,4 @@ def get_cloud_configs(heat):
     """
     return [rid for rid, resource in heat.resources.items()
             if heat.nested_get(resource, 'type') == 'OS::Heat::CloudConfig']
+