Merge "Create vlan provider network"

This commit is contained in:
Zuul 2024-07-29 11:53:51 +00:00 committed by Gerrit Code Review
commit 798b79c5af

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