l3: allow handling internal-only routers

This commit is contained in:
François Charlier
2014-02-20 18:36:10 +01:00
parent 4c7fcaad1c
commit ead1bae9bf
2 changed files with 0 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ class cloud::network::l3(
class { 'neutron::agents::l3':
debug => $debug,
handle_internal_only_routers => false,
} ->
vs_bridge{'br-ex':
external_ids => 'bridge-id=br-ex',

View File

@@ -76,7 +76,6 @@ describe 'cloud::network::l3' do
it 'configure neutron l3' do
should contain_class('neutron::agents::l3').with(
:debug => true,
:handle_internal_only_routers => false
)
end