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:
Jeffrey Zhang 2017-11-17 12:52:12 +08:00
parent e78046665c
commit 700229537b
1 changed files with 0 additions and 1 deletions

View File

@ -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 %}