bootstrap-vz/plugins/prebootstrapped/__init__.py

6 lines
185 B
Python

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