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
This commit is contained in:
parent
5775d1274e
commit
8646f99d60
@ -230,7 +230,6 @@ outputs:
|
|||||||
"%{lookup('$NETWORK')}"
|
"%{lookup('$NETWORK')}"
|
||||||
params:
|
params:
|
||||||
$NETWORK: {get_param: [ServiceNetMap, IronicApiNetwork]}
|
$NETWORK: {get_param: [ServiceNetMap, IronicApiNetwork]}
|
||||||
ironic::wsgi::apache::port: {get_param: [EndpointMap, IronicInternal, port]}
|
|
||||||
ironic::wsgi::apache::servername:
|
ironic::wsgi::apache::servername:
|
||||||
str_replace:
|
str_replace:
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user