Skip to content

Commit 66701d5

Browse files
authored
Merge pull request #861 from globocom/hot_fix_backup_dccm
hot fix url
2 parents fe81dab + ca6b4ca commit 66701d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbaas/workflow/steps/util/volume_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def run_script(self, script, host=None):
292292
return output
293293

294294
def take_snapshot(self, persist=0):
295-
url = "{}old/snapshot/{}".format(self.base_uri, self.volume.identifier)
295+
url = "{}snapshot/{}".format(self.base_uri, self.volume.identifier)
296296
if persist != 0:
297297
url += '?persist=1'
298298

0 commit comments

Comments
 (0)