From dda9a1465a182fd12ee47c1c920ca9a1b4c98ade Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 25 Jun 2020 08:23:30 +0200 Subject: [PATCH] Fix Magnum trust operations in multi-region clouds Change-Id: I7214ef38ea529f7585d7a0c75b8b0498ea4c58a2 Closes-Bug: #1885078 --- ansible/roles/magnum/templates/magnum.conf.j2 | 1 + .../magnum-trustee-keystone-region-name-002162a45f855faf.yaml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 releasenotes/notes/magnum-trustee-keystone-region-name-002162a45f855faf.yaml diff --git a/ansible/roles/magnum/templates/magnum.conf.j2 b/ansible/roles/magnum/templates/magnum.conf.j2 index 7e143d7ed8..eb85ae7497 100644 --- a/ansible/roles/magnum/templates/magnum.conf.j2 +++ b/ansible/roles/magnum/templates/magnum.conf.j2 @@ -75,6 +75,7 @@ memcached_servers = {% for host in groups['memcached'] %}{{ 'api' | kolla_addres trustee_domain_admin_password = {{ magnum_keystone_password }} trustee_domain_admin_name = {{ magnum_trustee_domain_admin }} trustee_domain_name = {{ magnum_trustee_domain }} +trustee_keystone_region_name = {{ openstack_region_name }} cluster_user_trust = {{ enable_cluster_user_trust }} [oslo_concurrency] diff --git a/releasenotes/notes/magnum-trustee-keystone-region-name-002162a45f855faf.yaml b/releasenotes/notes/magnum-trustee-keystone-region-name-002162a45f855faf.yaml new file mode 100644 index 0000000000..3c271bd0b8 --- /dev/null +++ b/releasenotes/notes/magnum-trustee-keystone-region-name-002162a45f855faf.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Fixes Magnum trust operations in multi-region deployments.