Fix typo in setting octavia wsgi server name

hiera was being set as server_name when it should've been servername.

Note: this is semantic backport of https://review.opendev.org/#/c/725877/
which could not be cherry picked because of file reorganization.

Closes-Bug: #1877130
Change-Id: Ic8a938235de59f4d3547f7e632233f9fe16220aa
This commit is contained in:
Brent Eagles 2020-07-03 11:24:01 -02:30
parent d3aa1a9ef0
commit bc6d55acef
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ outputs:
"%{hiera('$NETWORK')}" "%{hiera('$NETWORK')}"
params: params:
$NETWORK: {get_param: [ServiceNetMap, OctaviaApiNetwork]} $NETWORK: {get_param: [ServiceNetMap, OctaviaApiNetwork]}
octavia::wsgi::apache::server_name: octavia::wsgi::apache::servername:
str_replace: str_replace:
template: template:
"%{hiera('fqdn_$NETWORK')}" "%{hiera('fqdn_$NETWORK')}"