Heat autoscaling: Monasca resources stuck in CREATE_IN_PROGRESS and INIT_COMPLETE
I deploy Monasca-based autoscaling by using devstack. Some Monasca-related stuffs are added in local.conf as the following:
MONASCA_API_IMPLEMENTATION_LANG=${MONASCA_API_IMPLEMENTATION_LANG:-python}
MONASCA_PERSISTER_IMPLEMENTATION_LANG=${MONASCA_PERSISTER_IMPLEMENTATION_LANG:-python}
MONASCA_METRICS_DB=${MONASCA_METRICS_DB:-influxdb}
enable_plugin monasca-api git://git.openstack.org/openstack/monasca-api
devstack ran ok with the above configurations but after I created stack, Monasca::Notification resource stuck in CREATE_IN_PROGRESS and Monasca::AlarmDefinition resource stuck in INIT_COMPLETE.
Here is the result from CLI: http://paste.openstack.org/show/593774/
Could anyone please tell me what is going wrong here?