Merge "Don't use --upgrade when installing into venv"

This commit is contained in:
Jenkins 2017-03-09 10:38:57 +00:00 committed by Gerrit Code Review
commit 0a96afafda
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RUN apt-get install -y --no-install-recommends \
{{ copy_sources("openstack/keystone", "/keystone") }}
RUN useradd --user-group keystone \
&& /var/lib/microservices/venv/bin/pip install --upgrade /keystone \
&& /var/lib/microservices/venv/bin/pip install /keystone \
&& mkdir -p /etc/keystone/fernet-keys /etc/keystone/credential-keys /var/www/cgi-bin/keystone /var/log/apache2 /home/keystone \
&& cp -r /keystone/etc/* /etc/keystone/ \
&& cp /var/lib/microservices/venv/bin/keystone-wsgi-admin /var/www/cgi-bin/keystone/admin \