Merge "Add missing default policy files for debian-binary-horizon"

This commit is contained in:
Zuul 2021-07-29 10:47:42 +00:00 committed by Gerrit Code Review
commit f95ba3d8a3
2 changed files with 6 additions and 1 deletions

View File

@ -84,7 +84,7 @@ RUN sed -i 's|\(ServerTokens \)OS|\1Prod|' /etc/apache2/conf-available/security.
&& cp -r /usr/share/openstack-dashboard/openstack_dashboard/conf/* /etc/openstack-dashboard \
&& rm /etc/apache2/conf-enabled/openstack-dashboard.conf \
{% else %}
&& cp /etc/openstack-dashboard/policy/*.json /etc/openstack-dashboard \
&& cp -r /etc/openstack-dashboard/policy/* /etc/openstack-dashboard \
{% endif %}
&& cp /usr/share/openstack-dashboard/manage.py /usr/bin/manage.py \
&& rm /etc/openstack-dashboard/local_settings.py \

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fix missing default policy files for debian-binary-horizon.
`LP#1933759 <https://launchpad.net/bugs/1933759>`__