Skip to content
Snippets Groups Projects
Commit 28de8491 authored by Qiu Yu's avatar Qiu Yu
Browse files

Install keystonemiddleware for source build swift proxy server

Swift doesn't have hard dependency on keystone authentication. Hence
keystonemiddleware is not listed in Keystone's requirements.txt. For
Kolla setup, since keystone is by default enabled, ensure
keystonemiddleware is correctly installed in proxy server Dockerfile.

Change-Id: Ie49433772d7ebe13b984dc0eb93840e6ca54a91a
Closes-Bug: #1537407
parent 71d2b7ef
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ RUN ln -s openstack-base-source/* /requirements \
&& /var/lib/kolla/venv/bin/pip --no-cache-dir install --upgrade -c requirements/upper-constraints.txt \
jinja2 \
kazoo \
keystonemiddleware \
python-barbicanclient \
python-ceilometerclient \
python-congressclient \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment