commit | 54702e84c58f4116d6967b54755f130902e134f2 | [log] [tgz] |
---|---|---|
author | Mitya_Eremeev <deremeev@mirantis.com> | Mon Feb 28 17:09:43 2022 +0300 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Mon Sep 09 12:11:14 2024 +0000 |
tree | 5a7a7de8c6110f9f3e37ca8c54040a56ae723d2e | |
parent | e7ae77100dc5e812ce256e0be55012bc2b998d1c [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 (cherry picked from commit 964330f88c0f269f42a5a816e8141cc1a87f13e9) (cherry picked from commit f915fb5f45bdba77ad474ba46cea68788e2749a4)