hello,
I have to create compute instance in Openstack. I used os_server Ansible module.
It creates instance successfully.
But Playbook failed with error message “msg”: “Timeout waiting for the floating IP to be attached.”
Playbook is:
hello,
I have to create compute instance in Openstack. I used os_server Ansible module.
It creates instance successfully.
But Playbook failed with error message “msg”: “Timeout waiting for the floating IP to be attached.”
Playbook is:
You’ve likely hit the bug where the timeout was not being passed correctly. A patch
for that has been put up recently:
https://review.openstack.org/270193
It should appear in the next shade release.
Hi Sachin,
Did you resolve the error?
Regards
Hari