lib/cinder: Migrate cinder to WSGI module path
Change-Id: I494dae51c65318299d4fe2ff5887c97ac2be3224 Signed-off-by: Stephen Finucane <sfinucan@redhat.com> Depends-on: https://review.opendev.org/c/openstack/cinder/+/902876
This commit is contained in:
parent
5bf9d13f27
commit
05f7d302cf
@ -62,7 +62,7 @@ CINDER_STATE_PATH=${CINDER_STATE_PATH:=$DATA_DIR/cinder}
|
|||||||
|
|
||||||
CINDER_CONF_DIR=/etc/cinder
|
CINDER_CONF_DIR=/etc/cinder
|
||||||
CINDER_CONF=$CINDER_CONF_DIR/cinder.conf
|
CINDER_CONF=$CINDER_CONF_DIR/cinder.conf
|
||||||
CINDER_UWSGI=$CINDER_BIN_DIR/cinder-wsgi
|
CINDER_UWSGI=cinder.wsgi.api:application
|
||||||
CINDER_UWSGI_CONF=$CINDER_CONF_DIR/cinder-api-uwsgi.ini
|
CINDER_UWSGI_CONF=$CINDER_CONF_DIR/cinder-api-uwsgi.ini
|
||||||
CINDER_API_PASTE_INI=$CINDER_CONF_DIR/api-paste.ini
|
CINDER_API_PASTE_INI=$CINDER_CONF_DIR/api-paste.ini
|
||||||
|
|
||||||
@ -404,7 +404,7 @@ function configure_cinder {
|
|||||||
setup_logging $CINDER_CONF
|
setup_logging $CINDER_CONF
|
||||||
|
|
||||||
if is_service_enabled c-api; then
|
if is_service_enabled c-api; then
|
||||||
write_uwsgi_config "$CINDER_UWSGI_CONF" "$CINDER_UWSGI" "/volume"
|
write_uwsgi_config "$CINDER_UWSGI_CONF" "$CINDER_UWSGI" "/volume" "" "cinder-api"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -r $CINDER_PLUGINS/$CINDER_DRIVER ]]; then
|
if [[ -r $CINDER_PLUGINS/$CINDER_DRIVER ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user