diff --git a/novaclient/service_catalog.py b/novaclient/service_catalog.py index e9b685a42..af886b0cc 100644 --- a/novaclient/service_catalog.py +++ b/novaclient/service_catalog.py @@ -39,6 +39,7 @@ class CatalogResource(object): for key, value in resource_dict.items(): if self.__catalog_key__ in value: if not isinstance(value, dict): + print "SKIPPING", key, value continue for res_key, res_value in value.items(): for attr, val in res_value.items():