Create conf directory during devstack install phase
Otherwise other plugins which depend on ceilometer and want to set configuration items may have issues with the configuration directory not being there. Change-Id: Id8d10c9fcdd85e2840a74dcff5245b6f44f7424b
This commit is contained in:
parent
d7428b7c38
commit
788a8341db
@ -233,7 +233,6 @@ function _ceilometer_configure_storage_backend {
|
||||
|
||||
# Configure Ceilometer
|
||||
function configure_ceilometer {
|
||||
sudo install -d -o $STACK_USER -m 755 $CEILOMETER_CONF_DIR $CEILOMETER_API_LOG_DIR
|
||||
|
||||
iniset_rpc_backend ceilometer $CEILOMETER_CONF
|
||||
|
||||
@ -325,6 +324,7 @@ function install_ceilometer {
|
||||
_ceilometer_prepare_virt_drivers
|
||||
install_ceilometerclient
|
||||
setup_develop $CEILOMETER_DIR
|
||||
sudo install -d -o $STACK_USER -m 755 $CEILOMETER_CONF_DIR $CEILOMETER_API_LOG_DIR
|
||||
}
|
||||
|
||||
# install_ceilometerclient() - Collect source and prepare
|
||||
|
Loading…
Reference in New Issue
Block a user