Update doc
This commit is contained in:
parent
f56933021f
commit
13876c24c1
1 changed files with 2 additions and 3 deletions
|
@ -206,9 +206,8 @@ def create_vm_task(self, vm_template_id, user, specs, template, order_id):
|
||||||
host=vm_ipv6, num_keys=len(keys)
|
host=vm_ipv6, num_keys=len(keys)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
# Let's delay the task by 75 seconds to be sure
|
# Let's wait until the IP responds to ping before we
|
||||||
# that we run the cdist configure after the host
|
# run the cdist configure on the host
|
||||||
# is up
|
|
||||||
did_manage_public_key = False
|
did_manage_public_key = False
|
||||||
for i in range(0, 15):
|
for i in range(0, 15):
|
||||||
if ping_ok(vm_ipv6):
|
if ping_ok(vm_ipv6):
|
||||||
|
|
Loading…
Reference in a new issue