Create vlan provider network

... to catch any regressions related to provider network options.

Related-Bug: #2072332
Depends-on: https://review.opendev.org/924565
Change-Id: Idf32ab947e252ce618c5823dc861afa56e29cc18
This commit is contained in:
Takashi Kajinami 2024-07-21 21:48:13 +09:00
parent 035ecbaa3e
commit f50297f3a3

View File

@ -18,6 +18,11 @@ describe 'basic neutron' do
neutron_network { 'mtutest':
mtu => 1000,
}
neutron_network { 'vlan':
provider_network_type => 'vlan',
provider_physical_network => 'external',
provider_segmentation_id => 100,
}
EOS