commit | ee8bedaa1e37f68cc1d3a531e0fd1eda613d9c3b | [log] [tgz] |
---|---|---|
author | Mitya_Eremeev <deremeev@mirantis.com> | Mon Feb 28 17:09:43 2022 +0300 |
committer | Mitya_Eremeev <deremeev@mirantis.com> | Wed May 25 17:21:03 2022 +0300 |
tree | 4238da2d970f8bbe13ea9e7e2fc3e717e3163d19 | |
parent | 6fadd380e3e8923c12cbafefb66731646d33eb12 [diff] |
Tempest can be aware of pre-provisioned networks Some tests are against preprovisioned networks if static accounts are used, e.g. https://github.com/openstack/tempest/blob/7e96c8e854386f43604ad098a6ec7606ee676145/tempest/api/compute/admin/test_auto_allocate_network.py#L79 So patch makes that tempest takes projects without networks if tests do not require networks. If tests require networks then tempest takes projects with pre-existing networks. To swithch on the new capability set config option [auth]separate_projects_by_network_existence to true. Related-PROD: https://mirantis.jira.com/browse/PRODX-20816 Change-Id: I77dc96ad9f30f3a258dea5b098d3c8090dc2a814