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

Merge "Install cinder related package for glance"

parents f6b03676 d9c29c1d
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ MAINTAINER {{ maintainer }}
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 --upgrade -c requirements/upper-constraints.txt /glance \
&& /var/lib/kolla/venv/bin/pip --no-cache-dir install --upgrade -c requirements/upper-constraints.txt /glance[cinder] \
&& mkdir -p /etc/glance /var/lib/glance /home/glance \
&& cp -r /glance/etc/* /etc/glance/ \
&& chown -R glance: /etc/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