Merge "Magnum: Enable cluster trust customization"
This commit is contained in:
commit
eab8efe166
@ -31,6 +31,12 @@ magnum_database_user: "magnum"
|
|||||||
magnum_database_address: "{{ kolla_internal_fqdn }}:{{ database_port }}"
|
magnum_database_address: "{{ kolla_internal_fqdn }}:{{ database_port }}"
|
||||||
|
|
||||||
|
|
||||||
|
####################
|
||||||
|
# Magnum
|
||||||
|
####################
|
||||||
|
enable_cluster_user_trust: False
|
||||||
|
|
||||||
|
|
||||||
####################
|
####################
|
||||||
# Docker
|
# Docker
|
||||||
####################
|
####################
|
||||||
|
@ -72,6 +72,7 @@ memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansi
|
|||||||
trustee_domain_admin_password = {{ magnum_keystone_password }}
|
trustee_domain_admin_password = {{ magnum_keystone_password }}
|
||||||
trustee_domain_admin_name = {{ magnum_trustee_domain_admin }}
|
trustee_domain_admin_name = {{ magnum_trustee_domain_admin }}
|
||||||
trustee_domain_name = {{ magnum_trustee_domain }}
|
trustee_domain_name = {{ magnum_trustee_domain }}
|
||||||
|
cluster_user_trust = {{ enable_cluster_user_trust }}
|
||||||
|
|
||||||
[oslo_concurrency]
|
[oslo_concurrency]
|
||||||
lock_path = /var/lib/magnum/tmp
|
lock_path = /var/lib/magnum/tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user