Skip to content

Commit

Permalink
Add service token parameters to last authtoken template
Browse files Browse the repository at this point in the history
Copy parameters added in pull request juju#740 to the newest
keystone-authtoken template.

(cherry picked from commit 23d838b)
  • Loading branch information
drencrom authored and freyes committed Jun 1, 2023
1 parent c67aa37 commit 5d87249
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ signing_dir = {{ signing_dir }}
{% if use_memcache == true %}
memcached_servers = {{ memcache_url }}
{% endif -%}
service_token_roles = {{ admin_role }}
service_token_roles_required = True
{% endif -%}

0 comments on commit 5d87249

Please sign in to comment.