Sleep additional 10 seconds before running manage_public_key
This commit is contained in:
parent
893c8ed08b
commit
2ff7eaea65
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ def create_vm_task(self, vm_template_id, user, specs, template, order_id):
|
|||
"{} is pingable. Doing a "
|
||||
"manage_public_key".format(vm_ipv6)
|
||||
)
|
||||
sleep(10)
|
||||
manager.manage_public_key(
|
||||
keys, hosts=[vm_ipv6]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue