openstack-ansible/releasenotes/notes/check_user-config_accuracy-3318f215a8d84b7d.yaml
Ala Raddaoui 420843028e Add a function to check accuracy of user config
The _check_config_settings function helps users to early
identify correctness of user config settings such as the
presence of provider networks in the proper spot
if needed and validity of ip_from_q inside
provider_networks.

Change-Id: I6b09a6b8ade309ac845c419f39db06bde72097f7
Closes-Bug: 1545205
2016-03-03 12:25:18 +00:00

5 lines
145 B
YAML

---
features:
- Added a function in dynamic_inventory.py to improve the identification of incorrect settings
inside the user config files.