Commit b83a3a79 by adamtorok

fixes

parent 78644782
import SnapshotManager
from openstack.exceptions import ResourceNotFound
from interface.storage.Snapshot import Snapshot
from interface.storage.SnapshotManager import SnapshotManager
class OpenstackSnapshotManager(SnapshotManager.SnapshotManager):
class OpenstackSnapshotManager(SnapshotManager):
def __init__(self, os) -> None:
super().__init__()
......
import StorageManager
from openstack.exceptions import ResourceNotFound
from interface.storage.StorageManager import StorageManager
from interface.storage.Volume import Volume
class OpenstackStorageManager(StorageManager.StorageManager):
class OpenstackStorageManager(StorageManager):
def __init__(self, openstack) -> None:
super().__init__()
......
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