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:
Rohit Yadav 2016-12-02 11:30:57 +05:30
commit cc73f17a75
No known key found for this signature in database
GPG Key ID: 484248210EE3D884
1 changed files with 1 additions and 1 deletions

View File

@ -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(