mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Remove rollback remnants
This commit is contained in:
parent
f80b56b02f
commit
a92133edcf
1 changed files with 0 additions and 6 deletions
|
@ -20,12 +20,6 @@ class CreateVolume(Task):
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
info.volume.update()
|
info.volume.update()
|
||||||
|
|
||||||
rollback_description = 'Deleting the EBS volume'
|
|
||||||
|
|
||||||
def rollback(self, info):
|
|
||||||
info.volume.delete()
|
|
||||||
del info.volume
|
|
||||||
|
|
||||||
|
|
||||||
class AttachVolume(Task):
|
class AttachVolume(Task):
|
||||||
phase = phases.volume_creation
|
phase = phases.volume_creation
|
||||||
|
|
Loading…
Add table
Reference in a new issue