Fix internal endpoint for the heat-cfn service

Change-Id: If982d397e7c8ed8ac36f6274cbb3438cb04075b3
Closes-Bug: #2087537
This commit is contained in:
Pierre Riteau 2024-11-08 11:40:51 +01:00
parent 2b61c956e1
commit 51fb7f92b3
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes internal endpoint for the ``heat-cfn`` (CloudFormation) service.
`LP#2087537 <https://launchpad.net/bugs/2087537>`__