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:
2 changed files with 2 additions and 0 deletions
@@ -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
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.