Disable mod-wsgi deployment of keystone
Changes rollbacks monasca-api devstack back to using uwsgi (default) keystone deployed. All components (api, agent, ui and client) are capable of working with keystone deployed in such way. Note: This is only for python Depends-On: I579f6bcd5975a32af2a255be41c9b6c4043fa1dc Depends-On: Ifee5b88ccb632222310aafb1081ecb9c9d085150 Depends-On: I01d0f3d9814376f9358feb23494e1ca5231aedac Depends-On: I1712a24739438e2d8331a495f18f357749a633c5 Depende-On: I35f5943ae1eadb10dc416179c575cdad62753b69 Change-Id: Ic307c065e717d4682f1f6d42e3d48b5ea113cb5f
This commit is contained in:
parent
18f1dad2d8
commit
f6b8df8d5c
@ -1,7 +1,3 @@
|
||||
if [[ "${MONASCA_API_IMPLEMENTATION_LANG,,}" == 'java' ]]; then
|
||||
WSGI_MODE=mod_wsgi
|
||||
else
|
||||
# For python version we still needs mod_wsgi because monasca-agent
|
||||
# and python-monascaclient doesn't works with Keystone in UWSGI mode.
|
||||
WSGI_MODE=mod_wsgi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user