Commit ced1af14 by adamtorok

resize method deleted

parent 407f3782
......@@ -57,6 +57,3 @@ class OpenstackStorageManager(StorageManager.StorageManager):
volumes.append(self.os_volume_to_rc_volume(os_volume))
return volumes
def resize(self, id):
pass
......@@ -16,6 +16,3 @@ class StorageManager:
def list(self):
raise NotImplementedError
def resize(self, id):
raise NotImplementedError
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment