Hi
I wonder if you experience the same problem with os_server if you run an openstack playbook twice or more.
If I run os_server after the initial vm setup was successful, it always fails. Destroying vm’s with state: absent is working. Uh!
Any idea or is this just “normal” behaviour in os_server?
Thanks in advance
Sven
`
`
The full traceback is:
Traceback (most recent call last):
File “/tmp/ansible_4Xgtwd/ansible_module_os_server.py”, line 773, in
main()
File “/tmp/ansible_4Xgtwd/ansible_module_os_server.py”, line 761, in main
_get_server_state(module, cloud)
File “/tmp/ansible_4Xgtwd/ansible_module_os_server.py”, line 677, in _get_server_state
(ip_changed, server) = _check_ips(module, cloud, server)
File “/tmp/ansible_4Xgtwd/ansible_module_os_server.py”, line 621, in _check_ips
if server[‘interface_ip’]:
KeyError: ‘interface_ip’
`
`