From 9d981b88e9164c9ed94f57bfefaf6dc99e9902bd Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Tue, 20 Mar 2018 16:29:54 +0000 Subject: [PATCH] Wrap heat signal URL's if IPv6 Change-Id: Ic2e9f45446e307cee1f1261a42ee2c728d6a15cf Closes-Bug: #1757196 --- .../puppet-stack-config/puppet-stack-config.yaml.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index 3db394675..61e0b24a7 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -136,9 +136,9 @@ heat::debug: "%{hiera('debug')}" heat_stack_domain_admin_password: {{UNDERCLOUD_HEAT_STACK_DOMAIN_ADMIN_PASSWORD}} heat::engine::configure_delegated_roles: false heat::engine::heat_stack_user_role: 'heat_stack_user' -heat::engine::heat_watch_server_url: http://{{LOCAL_IP}}:8003 -heat::engine::heat_metadata_server_url: http://{{LOCAL_IP}}:8000 -heat::engine::heat_waitcondition_server_url: http://{{LOCAL_IP}}:8000/v1/waitcondition +heat::engine::heat_watch_server_url: http://{{LOCAL_IP_WRAPPED}}:8003 +heat::engine::heat_metadata_server_url: http://{{LOCAL_IP_WRAPPED}}:8000 +heat::engine::heat_waitcondition_server_url: http://{{LOCAL_IP_WRAPPED}}:8000/v1/waitcondition heat::engine::reauthentication_auth_method: 'trusts' heat::engine::trusts_delegated_roles: [] heat::engine::auth_encryption_key: {{UNDERCLOUD_HEAT_ENCRYPTION_KEY}}