You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins/inventory
Lars Kellogg-Stedman e8dcf0f088 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 5a9c767662)
6 years ago
..
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_aws_ec2.py Backport aws ec2 missing region discovery (#51626) 6 years ago
test_group.py Reduce recursion within group methods 7 years ago
test_host.py Feature/test inventory (#30707) 7 years ago
test_inventory.py Fixes #32146 Fixes reconcile inventory to correctly remove hosts from ungrouped 7 years ago
test_openstack.py fix constructed functionality in openstack inventory plugin 6 years ago
test_script.py Config continued (#31024) 7 years ago