mirror of https://github.com/apache/cloudstack.git
marvin_refactor: changes to legacy's imports
This commit is contained in:
parent
8a816e5d19
commit
dad9ce211a
|
|
@ -21,7 +21,7 @@
|
|||
from marvin.cloudstackAPI import *
|
||||
from marvin.remoteSSHClient import remoteSSHClient
|
||||
from marvin.legacy.utils import *
|
||||
from marvin.integration.lib.base import Configurations
|
||||
from marvin.legacy.base import Configurations
|
||||
|
||||
#Import System modules
|
||||
import time
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@ def is_snapshot_on_nfs(apiclient, dbconn, config, zoneid, snapshotid):
|
|||
@return: True if snapshot is found, False otherwise
|
||||
"""
|
||||
|
||||
from entity import ImageStore, Snapshot
|
||||
from base import ImageStore, Snapshot
|
||||
secondaryStores = ImageStore.list(apiclient, zoneid=zoneid)
|
||||
|
||||
assert isinstance(secondaryStores, list), "Not a valid response for listImageStores"
|
||||
|
|
|
|||
Loading…
Reference in New Issue