summaryrefslogtreecommitdiff
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorLars Kellogg-Stedman <lars@redhat.com>2018-11-16 19:03:20 -0500
committerToshio Kuratomi <a.badger@gmail.com>2019-03-19 15:16:50 -0700
commite8dcf0f0889776b629d01fbc8273f98725d75085 (patch)
tree491b41aee66332e67a77e17389d3a2a4cbebfdeb /changelogs/fragments
parent8856a01eab863a37df40252f296009744ba42674 (diff)
downloadansible-e8dcf0f0889776b629d01fbc8273f98725d75085.tar.gz
fix constructed functionality in openstack inventory plugin
This is a backport of #48833 for stable-2.7. The compose, groups, and keyed_groups functionality of the openstack inventory plugin was broken: - the plugin was not passing the correct variables to the Constructable methods for compose and groups - the plugin was simply never calling the appropriate method for implementing keyed_groups This commit fixes both issues. (cherry picked from commit 5a9c7676620d4971eb6ce8d4014e3636b21e3f03)
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/openstack_inventory_constructed.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/openstack_inventory_constructed.yml b/changelogs/fragments/openstack_inventory_constructed.yml
new file mode 100644
index 0000000000..40c54dfc91
--- /dev/null
+++ b/changelogs/fragments/openstack_inventory_constructed.yml
@@ -0,0 +1,4 @@
+---
+bugfixes:
+ - 'openstack inventory plugin: allow "constructed" functionality
+ (``compose``, ``groups``, and ``keyed_groups``) to work as documented.'