From cf33df7ca420c56c86c832645dada38c6504e41a Mon Sep 17 00:00:00 2001 From: Jay Dobies Date: Fri, 22 May 2015 15:20:03 -0400 Subject: [PATCH] Added keystone host to os-apply-config Tuskar isn't yet using puppet for its configuration, but it needs to be configured to authenticate its APIs [1]. That change needs access to the keystone host. Instead of just looking up local-ip, I followed the conventions used for configuring Ironic's auth which used keystone.host as the key. [1] https://review.openstack.org/#/c/185117/ Change-Id: I5f78813ccea01a60fc50fef18d28b29438671bc8 --- elements/undercloud-stack-config/config.json.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elements/undercloud-stack-config/config.json.template b/elements/undercloud-stack-config/config.json.template index 5b62019f5..40dac6769 100644 --- a/elements/undercloud-stack-config/config.json.template +++ b/elements/undercloud-stack-config/config.json.template @@ -39,6 +39,9 @@ } ] }, + "keystone": { + "host": "{{LOCAL_IP}}" + }, "ironic": { "service-password": "{{UNDERCLOUD_IRONIC_PASSWORD}}" },