mirror of https://github.com/ansible/ansible.git
Update openstack inventory script to keep basic functionality Backport/2.6/43432 (#43465)
* Update openstack inventory script to keep basic functionality (#43432) re-applies commitpull/43513/head6667ec4474
which fixed the plugin to the script so that it will work with current ansible-inventory. Also redirect stdout before dumping the ouptput, because not doing so will cause JSON parse errors in some cases. (cherry picked from commitfa45c44026
) * fixed the plugin to the script so that it will work with current
parent
d067de5206
commit
fc21507a30
@ -0,0 +1,8 @@
|
||||
---
|
||||
bugfixes:
|
||||
- openstack_inventory.py dynamic inventory file
|
||||
fixed the plugin to the script so that it will work with current
|
||||
ansible-inventory.
|
||||
Also redirect stdout before dumping the ouptput, because not doing
|
||||
so will cause JSON parse errors in some cases.
|
||||
(https://github.com/ansible/ansible/pull/43432)
|
Loading…
Reference in New Issue