With gre as the default network type,
network_vlan_ranges doesn't need to be set Change-Id: I661d3f382fb64ae46cac9720451d9a21f20d21c4
This commit is contained in:
@@ -44,8 +44,7 @@ describe 'openstack::quantum' do
|
||||
)
|
||||
should contain_class('quantum::plugins::ovs').with(
|
||||
:sql_connection => "mysql://quantum:bar@127.0.0.1/quantum?charset=utf8",
|
||||
:tenant_network_type => 'gre',
|
||||
:network_vlan_ranges => 'physnet1:1000:2000'
|
||||
:tenant_network_type => 'gre'
|
||||
)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user