Skip to content

Commit 9f5755f

Browse files
mnasiadkamarkgoddard
authored andcommitted
magnum: fix issue with keystone auth default policy
Closes-Bug: #1957159 Change-Id: I042da2234d0a06f1b7ddcac9eb6db8b86f13d205 (cherry picked from commit 0a536f4)
1 parent c8d3709 commit 9f5755f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docker/magnum/magnum-base/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN ln -s magnum-base-source/* magnum \
2929
&& {{ macros.install_pip(magnum_base_pip_packages | customizable("pip_packages")) }} \
3030
&& mkdir -p /etc/magnum \
3131
&& cp -r /magnum/etc/magnum/* /etc/magnum \
32+
&& mv /etc/magnum/keystone_auth_default_policy.sample /etc/magnum/keystone_auth_default_policy.json \
3233
&& chown -R magnum: /etc/magnum
3334

3435
{% endif %}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue with missing Magnum Keystone auth default policy.
5+
`LP#1957159 <https://launchpad.net/bugs/1957159>`__

0 commit comments

Comments
 (0)