Create vlan provider network
... to catch any regressions related to provider network options.
Related-Bug: #2072332
Depends-on: https://review.opendev.org/925107
Change-Id: Idf32ab947e252ce618c5823dc861afa56e29cc18
(cherry picked from commit f50297f3a3
)
This commit is contained in:
parent
f81600bfe4
commit
944ba5cd3b
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user