Do not set default value for tempest_private_net_seg_id

It is generally better idea to not set tempest_private_net_seg_id by default for vxlan network(which is the default type for private net) and let openstack automatically choose segmentation id

Change-Id: Ie08e2a612711a57d74dca3e13d1d4223fd441989
This commit is contained in:
Damian Dabrowski 2021-08-04 16:51:22 +02:00 committed by Damian Dąbrowski
parent d788cee760
commit 6a03389cbc
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ tempest_private_net_name: "private"
tempest_private_subnet_name: "private-subnet"
tempest_private_subnet_cidr: "192.168.74.0/28"
tempest_private_net_provider_type: "vxlan"
tempest_private_net_seg_id: 1
tempest_private_net_seg_id:
# If you choose vlan as private network provider type, you must set a physical
# name for it
# tempest_private_net_physical_name: "private"