mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Remove after = [Connect] from CreateVolume.
Connect & CreateVolume do not run in the same phase, so the order is a given.
This commit is contained in:
parent
2355965d07
commit
1acd86a85a
1 changed files with 0 additions and 2 deletions
|
@ -1,14 +1,12 @@
|
||||||
from base import Task
|
from base import Task
|
||||||
from common import phases
|
from common import phases
|
||||||
from common.exceptions import TaskError
|
from common.exceptions import TaskError
|
||||||
from connection import Connect
|
|
||||||
from filesystem import UnmountVolume
|
from filesystem import UnmountVolume
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
||||||
class CreateVolume(Task):
|
class CreateVolume(Task):
|
||||||
phase = phases.volume_creation
|
phase = phases.volume_creation
|
||||||
after = [Connect]
|
|
||||||
|
|
||||||
description = 'Creating an EBS volume for bootstrapping'
|
description = 'Creating an EBS volume for bootstrapping'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue