kolla/releasenotes/notes/bug-1933759-c03e50c243850a49.yaml
Michal Arbet 01d02be25e Add missing default policy files for debian-binary-horizon
The debian-binary-horizon image is missing the default policies files
which should be in /etc/openstack-dashboard/default_policies. By copying
everything from /etc/openstack-dashboard/policy
into /etc/openstack-dashboard, we get the default policy files, as well
as commented out policy files (e.g. cinder_policy.yaml) and the
nova_policy.d directory containing api-extensions.yaml.

Change was merged for ubuntu in [1] but unfortunatelly
not for debian, this trivial patch fixes it also
for debian.

[1] https://review.opendev.org/c/openstack/kolla/+/794589

Closes-Bug: #1933759
Change-Id: I822d640a251e6ed9f71c76a922513e23e4218418
2021-07-01 12:18:27 +02:00

6 lines
137 B
YAML

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