Fixed compute instance naming
[snf-occi] / snfOCCI / registry.py
index 0e86e84..d797851 100644 (file)
@@ -1,4 +1,11 @@
+from kamaki.clients.compute import ComputeClient
+from kamaki.clients.cyclades import CycladesClient
+from kamaki.config  import Config
+
 from occi import registry
+from occi.core_model import Mixin
+from occi.backend import MixinBackend
+from occi.extensions.infrastructure import RESOURCE_TEMPLATE, OS_TEMPLATE
 
 class snfRegistry(registry.NonePersistentRegistry):
 
@@ -8,5 +15,3 @@ class snfRegistry(registry.NonePersistentRegistry):
         resource.identifier = key
 
         super(snfRegistry, self).add_resource(key, resource, extras)
-
-