mirror of https://github.com/ansible/ansible.git
Fix openstack inventory plugin (#43581)
* Fix openstack inventory script for multi-cloud case The shift to openstacksdk left us with a bug in that when running bare with --list, the cloud argument to get_one is None. We just need _one_ of the clouds to pull the cache settings, since they are global (yet, we'll go back and fix this in sdk) If it's None, just use get_all and grab the first one. * Fix openstack inventory plugin for API changes The inventory plugin api grew a self.cache that wasn't there when we first wrote it. There's also a need to pull in the documentation fragments so that we have the cache parameters.pull/44522/head
parent
b617a85e3e
commit
6d3db56c2a
Loading…
Reference in New Issue