Skip to content
Snippets Groups Projects
Commit 63607235 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "install python-cephlibs in venv for glance-base"

parents 06794fdc a9bd9a1a
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ ADD glance-base-archive /glance-base-source
RUN ln -s glance-base-source/* glance \
&& useradd --user-group glance \
&& /var/lib/kolla/venv/bin/pip --no-cache-dir install -c requirements/upper-constraints.txt /glance \
&& /var/lib/kolla/venv/bin/pip --no-cache-dir install python-cephlibs /glance \
&& mkdir -p /etc/glance /var/log/glance /var/lib/glance /home/glance \
&& cp -r /glance/etc/* /etc/glance/ \
&& chown -R glance: /etc/glance /var/log/glance /var/lib/glance /home/glance
......
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