With gre as the default network type,

network_vlan_ranges doesn't need to be set

Change-Id: I661d3f382fb64ae46cac9720451d9a21f20d21c4
This commit is contained in:
Logan McNaughton
2013-07-29 16:27:26 +00:00
parent ba593d5d3c
commit c6d7f5f02c

View File

@@ -44,8 +44,7 @@ describe 'openstack::quantum' do
) )
should contain_class('quantum::plugins::ovs').with( should contain_class('quantum::plugins::ovs').with(
:sql_connection => "mysql://quantum:bar@127.0.0.1/quantum?charset=utf8", :sql_connection => "mysql://quantum:bar@127.0.0.1/quantum?charset=utf8",
:tenant_network_type => 'gre', :tenant_network_type => 'gre'
:network_vlan_ranges => 'physnet1:1000:2000'
) )
end end
end end