Add ability to make public network shared

In some cases it might be required to have shared network for tempest
test. A good example might be trove test that assume having that.
Change-Id: I359c7caafc515ff2db0989e04fb0bc33ab843ba8
This commit is contained in:
Dmitriy Rabotyagov
2024年05月13日 11:43:09 +02:00
parent 05b8517bf8
commit a2186f4ab9

View File

@@ -153,6 +153,7 @@
segmentation_id:"{{ tempest_public_net_seg_id | default(omit) }}"
external:"{{ tempest_public_router_external }}"
project:"{{ keystone_demo_tenant_id }}"
shared:"{{ tempest_public_net_shared }}"
subnets:
- name:"{{ tempest_public_subnet_name }}"
cidr:"{{ tempest_public_subnet_cidr }}"
Reference in New Issue
openstack/openstack-ansible-os_tempest
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.