Merge "devstack: add support for Gnocchi"

This commit is contained in:
Jenkins 2016-01-08 16:09:27 +00:00 committed by Gerrit Code Review
commit 818b1a030f

View File

@ -214,6 +214,10 @@ function configure_aodh {
iniset $AODH_CONF api pecan_debug "False"
_aodh_config_apache_wsgi
fi
if is_service_enabled gnocchi-api; then
iniset $AODH_CONF DEFAULT gnocchi_url $(gnocchi_service_url)
fi
}
# init_aodh() - Initialize etc.