Merge "Fix missing policy.json in Magnum"

This commit is contained in:
Jenkins 2015-11-18 14:13:05 +00:00 committed by Gerrit Code Review
commit c316da2c55

View File

@ -23,7 +23,7 @@ RUN ln -s magnum-base-source/* magnum \
&& useradd --user-group magnum \
&& pip --no-cache-dir install -c requirements/upper-constraints.txt /magnum \
&& mkdir -p /etc/magnum /var/log/magnum /home/magnum \
&& cp -r /magnum/etc/* /etc/magnum/ \
&& cp -r /magnum/etc/magnum/* /etc/magnum \
&& chown -R magnum: /etc/magnum /var/log/magnum /home/magnum
{% endif %}