openstack-ansible/releasenotes/notes/container_cidr_key_restored-4d232fff46ec00b9.yaml
Nolan Brubaker f4d73c404c Don't delete container_cidr key when overriding
Commit f426eb98d1 added a global_override
deletion mechanism, but did not account for the automatically-created
container_cidr key.

This change ensures the key is skipped in deletion, and adds further
tests for the _parse_gloabl_variables function.

Change-Id: I5c48adea5920c1524be75939a75af6bed3a9743a
Closes-Bug: #1649632
2016-12-13 12:21:21 -05:00

9 lines
360 B
YAML

---
fixes:
- The 'container_cidr' key has been restored back to openstack_inventory.json
The fix to remove deleted global override keys mistakenly deleted the
'container_cidr' key, as well. This was used by downstream consumers,
and cannot be reconstructed with other information inside the inventory
file. Regression tests were also added.