Skip to content

Commit

Permalink
Merge "Remove glance_notifications from notification_topic" into stab…
Browse files Browse the repository at this point in the history
…le/havana
  • Loading branch information
Jenkins authored and openstack-gerrit committed Feb 14, 2014
2 parents 91045b3 + 6bc791f commit 0a6d87c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,9 @@
'DEFAULT/log_dir' : value => $log_dir;
'DEFAULT/verbose' : value => $verbose;
# Fix a bad default value in ceilometer.
# Fixed in https: //review.openstack.org/#/c/18487/
# Fixed in https://review.openstack.org/#/c/18487/
'DEFAULT/glance_control_exchange': value => 'glance';
# Add glance-notifications topic.
# Fixed in glance https://github.com/openstack/glance/commit/2e0734e077ae
# Fix will be included in Grizzly
'DEFAULT/notification_topics' :
value => 'notifications,glance_notifications';
'DEFAULT/notification_topics' : value => 'notifications';
}

# Syslog configuration
Expand Down
4 changes: 2 additions & 2 deletions spec/classes/ceilometer_init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
should contain_ceilometer_config('DEFAULT/glance_control_exchange').with_value('glance')
end

it 'adds glance-notifications topic' do
should contain_ceilometer_config('DEFAULT/notification_topics').with_value('notifications,glance_notifications')
it 'configures notification_topics' do
should contain_ceilometer_config('DEFAULT/notification_topics').with_value('notifications')
end
end

Expand Down

0 comments on commit 0a6d87c

Please sign in to comment.