f4d73c404c
Commit f426eb98d1e4dc0b8b65f9191b038edcea849755 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
9 lines
360 B
YAML
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.
|