drop glance_notifications from notification_topics in ceilometer setup
Change-Id: Ib18b4193af9df925b4ce4dbe3faf4c6a756ed03f
Fixes:Bug #1178704
| ... | ... |
@@ -70,7 +70,7 @@ function configure_ceilometer() {
|
| 70 | 70 |
|
| 71 | 71 |
iniset_rpc_backend ceilometer $CEILOMETER_CONF DEFAULT |
| 72 | 72 |
|
| 73 |
- iniset $CEILOMETER_CONF DEFAULT notification_topics 'notifications,glance_notifications' |
|
| 73 |
+ iniset $CEILOMETER_CONF DEFAULT notification_topics 'notifications' |
|
| 74 | 74 |
iniset $CEILOMETER_CONF DEFAULT verbose True |
| 75 | 75 |
|
| 76 | 76 |
# Install the policy file for the API server |