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}}" },