mirror of https://github.com/apache/cloudstack.git
Merge pull request #1800 from shapeblue/4.8-marvin-fix-for-snapshots-xenserver
CLOUDSTACK-9633:test_snapshot is failing due to incorrect string construction in utils.py * pr/1800: CLOUDSTACK-9633:test_snapshot is failing due to incorrect string construction in utils.py Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
commit
cc73f17a75
|
|
@ -292,7 +292,7 @@ def is_snapshot_on_nfs(apiclient, dbconn, config, zoneid, snapshotid):
|
|||
# snapshot extension to be appended to the snapshot path obtained from db
|
||||
snapshot_extensions = {"vmware": ".ovf",
|
||||
"kvm": "",
|
||||
"xenserver": ".vhd",
|
||||
"xenserver": "",
|
||||
"simulator":""}
|
||||
|
||||
qresultset = dbconn.execute(
|
||||
|
|
|
|||
Loading…
Reference in New Issue