rename NovaShell to Shell. cleanup
[sfa.git] / sfa / openstack / nova_driver.py
index cb34b14..c65ca48 100644 (file)
@@ -47,8 +47,7 @@ class NovaDriver (Driver):
 
     def __init__ (self, config):
         Driver.__init__ (self, config)
-        self.shell = NovaShell (config)
-        self.euca_shell = EucaShell(config)
+        self.shell = Shell (config)
         self.cache=None
         if config.SFA_AGGREGATE_CACHING:
             if NovaDriver.cache is None: