bootstrap-vz/plugins/prebootstrapped/__init__.py

7 lines
185 B
Python
Raw Normal View History

def tasks(tasklist, manifest):
from ebs import CreateVolumeFromSnapshot
from providers.ec2.tasks.ebs import CreateVolume
tasklist.replace(CreateVolume, CreateVolumeFromSnapshot())