mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +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 common import phases
|
||||
from common.exceptions import TaskError
|
||||
from connection import Connect
|
||||
from filesystem import UnmountVolume
|
||||
import time
|
||||
|
||||
|
||||
class CreateVolume(Task):
|
||||
phase = phases.volume_creation
|
||||
after = [Connect]
|
||||
|
||||
description = 'Creating an EBS volume for bootstrapping'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue