Merge pull request #244 from enovance/metering-agent
network/l3: add metering agent
This commit is contained in:
@@ -35,4 +35,8 @@ class cloud::network::l3(
|
||||
bridge => 'br-ex'
|
||||
}
|
||||
|
||||
class { 'neutron::agents::metering':
|
||||
debug => $debug,
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -80,6 +80,12 @@ describe 'cloud::network::l3' do
|
||||
:handle_internal_only_routers => false
|
||||
)
|
||||
end
|
||||
|
||||
it 'configure neutron metering agent' do
|
||||
should contain_class('neutron::agents::metering').with(
|
||||
:debug => true
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
context 'on Debian platforms' do
|
||||
|
Reference in New Issue
Block a user