Sleep additional 10 seconds before running manage_public_key

This commit is contained in:
PCoder 2018-08-22 00:25:59 +02:00
parent 893c8ed08b
commit 2ff7eaea65
1 changed files with 1 additions and 0 deletions

View File

@ -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]
)