Skip to content
Snippets Groups Projects
Commit a765e6a7 authored by Steven Dake's avatar Steven Dake
Browse files

Make cinder build from source

Either the reference wasn't copied properly, or it changed recently
with Ryan's work.

Change-Id: I2b55affe35104c6baab8804e5452fc7a49bae170
Partially-Implements: blueprint gate-source-builds
parent 033d437b
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ RUN cd /cinder \ ...@@ -25,7 +25,6 @@ RUN cd /cinder \
&& pip install /cinder \ && pip install /cinder \
&& mkdir /etc/cinder /var/log/cinder \ && mkdir /etc/cinder /var/log/cinder \
&& cp -r /cinder/etc/cinder/* /etc/cinder/ \ && cp -r /cinder/etc/cinder/* /etc/cinder/ \
&& cp /etc/cinder/cinder.conf.sample /etc/cinder/cinder.conf \
&& chown -R cinder: /etc/cinder /var/log/cinder \ && chown -R cinder: /etc/cinder /var/log/cinder \
&& rm -rf /root/.cache && rm -rf /root/.cache
......
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