devstack: add support for Gnocchi

Change-Id: I1df51ea79775adef7d64cdc408b2e7698e8b25c4
This commit is contained in:
Julien Danjou 2015-12-30 14:47:25 +01:00
parent ff5fc2c9e3
commit bc8a433260

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.