Fix keystone domain-manage

Sem-Ver: bugfix
Change-Id: Ibc5846f21c9f11bc95cb328d72120da9b9565dab
diff --git a/releasenotes/notes/fix-keystone-domain-manage-dcaed4bd497836fa.yaml b/releasenotes/notes/fix-keystone-domain-manage-dcaed4bd497836fa.yaml
new file mode 100644
index 0000000..ac1830e
--- /dev/null
+++ b/releasenotes/notes/fix-keystone-domain-manage-dcaed4bd497836fa.yaml
@@ -0,0 +1,3 @@
+---
+fixes:
+  - Fix the image used for the Keystone domain management
diff --git a/roles/openstack_helm_keystone/vars/main.yml b/roles/openstack_helm_keystone/vars/main.yml
index 5b384c1..85f2c42 100644
--- a/roles/openstack_helm_keystone/vars/main.yml
+++ b/roles/openstack_helm_keystone/vars/main.yml
@@ -25,7 +25,7 @@
       keystone_credential_rotate: "{{ openstack_helm_keystone_image_repository }}/keystone:{{ openstack_helm_keystone_image_tag }}"
       keystone_credential_setup: "{{ openstack_helm_keystone_image_repository }}/keystone:{{ openstack_helm_keystone_image_tag }}"
       keystone_db_sync: "{{ openstack_helm_keystone_image_repository }}/keystone:{{ openstack_helm_keystone_image_tag }}"
-      keystone_domain_manage: "{{ openstack_helm_keystone_image_repository }}/keystone:{{ openstack_helm_keystone_image_tag }}"
+      keystone_domain_manage: "{{ openstack_helm_keystone_image_repository }}/heat:{{ openstack_helm_keystone_heat_image_tag }}"
       keystone_fernet_rotate: "{{ openstack_helm_keystone_image_repository }}/keystone:{{ openstack_helm_keystone_image_tag }}"
       keystone_fernet_setup: "{{ openstack_helm_keystone_image_repository }}/keystone:{{ openstack_helm_keystone_image_tag }}"
       ks_user: "{{ openstack_helm_keystone_image_repository }}/heat:{{ openstack_helm_keystone_heat_image_tag }}"
@@ -77,7 +77,7 @@
         # TODO(mnaser): Lookup using openstack_helm_endpoints
         trusted_dashboard: "https://{{ openstack_helm_endpoints_horizon_api_host }}/auth/websso/"
       identity:
-        domain_configuration_from_database: true
+        domain_configurations_from_database: true
   manifests:
     job_credential_cleanup: false
     ingress_api: false