Skip to content

Commit ca69517

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 1c455b5 commit ca69517

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
@@ -32,6 +32,7 @@ RUN ln -s magnum-base-source/* magnum \
3232
&& {{ macros.install_pip(magnum_base_pip_packages | customizable("pip_packages")) }} \
3333
&& mkdir -p /etc/magnum \
3434
&& cp -r /magnum/etc/magnum/* /etc/magnum \
35+
&& mv /etc/magnum/keystone_auth_default_policy.sample /etc/magnum/keystone_auth_default_policy.json \
3536
&& chown -R magnum: /etc/magnum
3637

3738
{% 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)