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

Merge "Magnum install from source incorrectly places config"

parents f5084d96 0c92cc1b
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,5 @@ RUN cd /magnum \ ...@@ -9,5 +9,5 @@ RUN cd /magnum \
&& pip install -r requirements.txt \ && pip install -r requirements.txt \
&& pip install /magnum \ && pip install /magnum \
&& mkdir /etc/magnum /var/log/magnum \ && mkdir /etc/magnum /var/log/magnum \
&& cp -r /magnum/etc/* /etc/magnum/ \ && cp -r /magnum/etc/* /etc/ \
&& 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