Skip to content

Commit 85d4689

Browse files
committed
Do not enforce glance_control_exchange
The default glance_control_exchange in Ceilometer has been changed from 'glance_notifications' to 'glance' in grizzly-2. Glance always had 'glance' for its control_exchange. This was a bug in Ceilometer and puppet-ceilometer patched it. It shouldn't anymore. Change-Id: I217515c91f092fb3e8039dde2d14a7ab4cbb7245 Closes-bug: #1273878
1 parent 924f18f commit 85d4689

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

manifests/init.pp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@
182182
'DEFAULT/debug' : value => $debug;
183183
'DEFAULT/log_dir' : value => $log_dir;
184184
'DEFAULT/verbose' : value => $verbose;
185-
# Fix a bad default value in ceilometer.
186-
# Fixed in https://review.openstack.org/#/c/18487/
187-
'DEFAULT/glance_control_exchange': value => 'glance';
188185
'DEFAULT/notification_topics' : value => 'notifications';
189186
}
190187

spec/classes/ceilometer_init_spec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@
144144
it { should contain_ceilometer_config('DEFAULT/syslog_log_facility').with_value('LOG_LOCAL0') }
145145
end
146146

147-
it 'fixes a bad value in ceilometer (glance_control_exchange)' do
148-
should contain_ceilometer_config('DEFAULT/glance_control_exchange').with_value('glance')
149-
end
150-
151147
it 'configures notification_topics' do
152148
should contain_ceilometer_config('DEFAULT/notification_topics').with_value('notifications')
153149
end

0 commit comments

Comments
 (0)