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 2, 2023
1 parent bae148d commit 36d3eee
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 36d3eee

Please sign in to comment.