Skip to content

Commit

Permalink
Fix policy file usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bigjools committed Feb 3, 2017
1 parent 47bde61 commit 6dc3bca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions templates/ironic.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ pool_max_size = {{ ironic_wsgi_processes }}


[oslo_policy]
policy_file = /etc/ironic/policy.json

[pxe]
tftp_server = {{ ironic_tftp_server_address }}
Expand Down
2 changes: 0 additions & 2 deletions templates/policy.json.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Beginning with the Newton release, you may leave this file empty
# to use default policy defined in code.
{
"admin_api": "role:admin or role:administrator",
"show_password": "!",
Expand Down

0 comments on commit 6dc3bca

Please sign in to comment.