From 8646f99d60f4e6048435e03a301a3e5395f7e771 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 30 Aug 2022 10:37:32 +0900 Subject: [PATCH] Ironic: Remove incorrect override of api port The port defined in EndpointMap determines the frontend port for the internal endpoint instead of the backend port used by individual ironic-api instances. Current usage results in passing a string value to the port parameter, which is no longer accepted by puppetlabs-apache since 8.0.0. Closes-Bug: #1988053 Change-Id: I08da4e0725d833f87bab88d27da4958076efef9b --- deployment/ironic/ironic-api-container-puppet.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/ironic/ironic-api-container-puppet.yaml b/deployment/ironic/ironic-api-container-puppet.yaml index 98f6c9f479..cd5a28b532 100644 --- a/deployment/ironic/ironic-api-container-puppet.yaml +++ b/deployment/ironic/ironic-api-container-puppet.yaml @@ -230,7 +230,6 @@ outputs: "%{lookup('$NETWORK')}" params: $NETWORK: {get_param: [ServiceNetMap, IronicApiNetwork]} - ironic::wsgi::apache::port: {get_param: [EndpointMap, IronicInternal, port]} ironic::wsgi::apache::servername: str_replace: template: