Files
zaza-openstack-tests/zaza/openstack/configure
Dmitrii Shcherbakov c48c939859 Make net and subnet name customization optional
https://github.com/openstack-charmers/zaza-openstack-tests/commit/ad16b5a7fc3a0971b168b133fbf0b5cbd55115fd

ad16b5a7fc introduced an option to
customize network and subnet names, however, not all modules were
updated to pass it into the setup_sdn method. Specificatlly, the
dragent now breaks with a KeyError during the configure step.

(Pdb) network_config["project_net_name"]
*** KeyError: 'project_net_name'

https://github.com/openstack-charmers/zaza-openstack-tests/blob/fdaf43f52c31656e445561477a7b7c468a73b89a/zaza/openstack/charm_tests/dragent/configure.py#L35-L46
2023-05-24 17:03:36 +03:00
..
2023-05-23 21:31:44 +03:00
2019-05-30 14:44:16 +00:00
2023-01-11 15:34:02 +00:00
2020-04-25 09:52:53 +00:00