nova.conf parameters for ceilometer notifications are defined in both
puppet-ceilometer and puppet-nova due to change I9e10dfb2. Remove the
redundant definition from puppet-ceilometer.
Change-Id: I7f27a731b68359b22785e3807beaf94a39f185bf
Closes-Bug: #
1304017
hasrestart => true,
}
- nova_config {
- 'DEFAULT/instance_usage_audit' : value => 'True';
- 'DEFAULT/instance_usage_audit_period' : value => 'hour';
- }
-
#NOTE(dprince): This is using a custom (inline) file_line provider
# until this lands upstream:
# https://github.com/puppetlabs/puppetlabs-stdlib/pull/174
)
end
- it 'configures instance usage audit in nova' do
- should contain_nova_config('DEFAULT/instance_usage_audit').with_value('True')
- should contain_nova_config('DEFAULT/instance_usage_audit_period').with_value('hour')
- end
-
it 'configures nova notification driver' do
should contain_file_line_after('nova-notification-driver-common').with(
:line => 'notification_driver=nova.openstack.common.notifier.rpc_notifier',