Merge "Wrap heat signal URL's if IPv6"

This commit is contained in:
Zuul 2018-05-09 00:43:36 +00:00 committed by Gerrit Code Review
commit 0581cf690c
1 changed files with 3 additions and 3 deletions

View File

@ -140,9 +140,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}}