Magnum: Enable cluster trust customization
This enable cluster_user_trust customization which is needed to get Kubernetes integration with Cinder and Neutron LBaaS. https://github.com/openstack/magnum/blob/master/releasenotes/notes/CVE-2016-7404-f53e62a4a40e4d30.yaml#L5 Change-Id: Ib3243b110d2c592f3bf6467b086738335799c853
This commit is contained in:
parent
2f00c64616
commit
866a160ec9
@ -31,6 +31,12 @@ magnum_database_user: "magnum"
|
||||
magnum_database_address: "{{ kolla_internal_fqdn }}:{{ database_port }}"
|
||||
|
||||
|
||||
####################
|
||||
# Magnum
|
||||
####################
|
||||
enable_cluster_user_trust: False
|
||||
|
||||
|
||||
####################
|
||||
# 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_name = {{ magnum_trustee_domain_admin }}
|
||||
trustee_domain_name = {{ magnum_trustee_domain }}
|
||||
cluster_user_trust = {{ enable_cluster_user_trust }}
|
||||
|
||||
[oslo_concurrency]
|
||||
lock_path = /var/lib/magnum/tmp
|
||||
|
Loading…
Reference in New Issue
Block a user