Fix internal endpoint for the heat-cfn service
Change-Id: If982d397e7c8ed8ac36f6274cbb3438cb04075b3 Closes-Bug: #2087537
This commit is contained in:
parent
2b61c956e1
commit
51fb7f92b3
@ -175,7 +175,7 @@ heat_engine_extra_volumes: "{{ heat_extra_volumes }}"
|
||||
heat_internal_endpoint: "{{ heat_internal_base_endpoint }}/v1/%(tenant_id)s"
|
||||
heat_public_endpoint: "{{ heat_public_base_endpoint }}/v1/%(tenant_id)s"
|
||||
|
||||
heat_cfn_internal_endpoint: "{{ heat_cfn_internal_base_endpoint }}/v1}"
|
||||
heat_cfn_internal_endpoint: "{{ heat_cfn_internal_base_endpoint }}/v1"
|
||||
heat_cfn_public_endpoint: "{{ heat_cfn_public_base_endpoint }}/v1"
|
||||
|
||||
heat_logging_debug: "{{ openstack_logging_debug }}"
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes internal endpoint for the ``heat-cfn`` (CloudFormation) service.
|
||||
`LP#2087537 <https://launchpad.net/bugs/2087537>`__
|
Loading…
x
Reference in New Issue
Block a user