Remove move policy file in zaqar
zaqar has implement policy in code. and the sample file is removed in zaqar code base[0]. [0] https://review.openstack.org/#/c/517871/ Change-Id: I14075ccc52dd4a245583aaad4a2a3e8211e27629
This commit is contained in:
parent
e78046665c
commit
700229537b
@ -64,7 +64,6 @@ RUN ln -s zaqar-source/* zaqar \
|
||||
&& {{ macros.install_pip(zaqar_pip_packages | customizable("pip_packages")) }} \
|
||||
&& mkdir -p /etc/zaqar \
|
||||
&& cp -r /zaqar/etc/* /etc/zaqar/ \
|
||||
&& mv /etc/zaqar/policy.json.sample /etc/zaqar/policy.json \
|
||||
&& chown -R zaqar: /etc/zaqar
|
||||
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user