devstack: remove Aodh support
It has moved to Aodh. Change-Id: I0b69d11a6ce35cef28f6a8b2f93810a02c5f8663 Depends-On: I1df51ea79775adef7d64cdc408b2e7698e8b25c4
This commit is contained in:
parent
c4a3151fe9
commit
aa2e5d1ce0
@ -316,12 +316,6 @@ function configure_ceilometer_gnocchi {
|
||||
fi
|
||||
}
|
||||
|
||||
function configure_aodh_gnocchi {
|
||||
gnocchi_url=$(gnocchi_service_url)
|
||||
iniset $AODH_CONF DEFAULT gnocchi_url $gnocchi_url
|
||||
}
|
||||
|
||||
|
||||
# init_gnocchi() - Initialize etc.
|
||||
function init_gnocchi {
|
||||
# Create cache dir
|
||||
@ -460,10 +454,6 @@ if is_service_enabled gnocchi-api; then
|
||||
echo_summary "Configuring Ceilometer for gnocchi"
|
||||
configure_ceilometer_gnocchi
|
||||
fi
|
||||
if is_service_enabled aodh; then
|
||||
echo_summary "Configuring Aodh for gnocchi"
|
||||
configure_aodh_gnocchi
|
||||
fi
|
||||
if is_service_enabled ceph && [[ "$GNOCCHI_STORAGE_BACKEND" = 'ceph' ]] ; then
|
||||
echo_summary "Configuring Gnocchi for Ceph"
|
||||
configure_ceph_gnocchi
|
||||
|
Loading…
Reference in New Issue
Block a user