volume/common: re-enable telemetry config
It was disabled due to LP #1266259. Close #112 Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
884ce27642
commit
6feaee109f
@ -44,12 +44,6 @@ class cloud::volume(
|
|||||||
use_syslog => true
|
use_syslog => true
|
||||||
}
|
}
|
||||||
|
|
||||||
#TODO(EmilienM) While https://review.openstack.org/#/c/65008/ got merged
|
class { 'cinder::ceilometer': }
|
||||||
# we can't declare ceilometer class due to bug LP #1266259
|
|
||||||
# class { 'cinder::ceilometer': }
|
|
||||||
# Temp fix:
|
|
||||||
cinder_config {
|
|
||||||
'DEFAULT/notification_driver': value => 'cinder.openstack.common.notifier.rpc_notifier';
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -57,9 +57,7 @@ describe 'cloud::volume::controller' do
|
|||||||
:log_facility => 'LOG_LOCAL0',
|
:log_facility => 'LOG_LOCAL0',
|
||||||
:use_syslog => true
|
:use_syslog => true
|
||||||
)
|
)
|
||||||
|
should contain_class('cinder::ceilometer')
|
||||||
should contain_cinder_config('DEFAULT/notification_driver').with('value' => 'cinder.openstack.common.notifier.rpc_notifier')
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'configure cinder scheduler' do
|
it 'configure cinder scheduler' do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user