It appears that the ceilometer nova notification driver is causing
nova-compute to hang. The last thing nova-compute logs before hanging
is a line from this driver. At the very least the ceilometer nova
notification keeps stacktracing.
Change-Id: Ic375272b751159a64777ca73c1b64515195aacfb
Related-Bug: #1221987
| ... | ... |
@@ -513,7 +513,6 @@ function create_nova_conf() {
|
| 513 | 513 |
iniset $NOVA_CONF DEFAULT instance_usage_audit "True" |
| 514 | 514 |
iniset $NOVA_CONF DEFAULT instance_usage_audit_period "hour" |
| 515 | 515 |
iniset $NOVA_CONF DEFAULT notify_on_state_change "vm_and_task_state" |
| 516 |
- iniset_multiline $NOVA_CONF DEFAULT notification_driver "nova.openstack.common.notifier.rpc_notifier" "ceilometer.compute.nova_notifier" |
|
| 517 | 516 |
fi |
| 518 | 517 |
|
| 519 | 518 |
# Provide some transition from ``EXTRA_FLAGS`` to ``EXTRA_OPTS`` |