l3: allow handling internal-only routers
This commit is contained in:
@@ -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',
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user