Merge pull request #565 from enovance/issue/564/emilien

network/providers: create public network only from neutron-server
This commit is contained in:
Yanis Guenane
2014-08-18 11:07:41 -04:00
7 changed files with 20 additions and 48 deletions

View File

@@ -478,13 +478,8 @@ describe 'cloud::compute::hypervisor' do
:bridge => 'br-pub'
)
end
it 'configure provider external network' do
should contain_neutron_network('public').with(
:provider_network_type => 'flat',
:provider_physical_network => 'public',
:shared => true,
:router_external => true
)
it 'should not configure provider external network' do
should_not contain__neutron_network('public')
end
end
end