magnum: fix issue with keystone auth default policy
Closes-Bug: #1957159 Change-Id: I042da2234d0a06f1b7ddcac9eb6db8b86f13d205
This commit is contained in:
parent
788e340f37
commit
0a536f47a8
@ -29,6 +29,7 @@ RUN ln -s magnum-base-source/* magnum \
|
||||
&& {{ macros.install_pip(magnum_base_pip_packages | customizable("pip_packages")) }} \
|
||||
&& mkdir -p /etc/magnum \
|
||||
&& cp -r /magnum/etc/magnum/* /etc/magnum \
|
||||
&& mv /etc/magnum/keystone_auth_default_policy.sample /etc/magnum/keystone_auth_default_policy.json \
|
||||
&& chown -R magnum: /etc/magnum
|
||||
|
||||
{% endif %}
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue with missing Magnum Keystone auth default policy.
|
||||
`LP#1957159 <https://launchpad.net/bugs/1957159>`__
|
Loading…
Reference in New Issue
Block a user