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
(cherry picked from commit bc6d55acef)
This commit is contained in:
Brent Eagles 2020-07-03 11:24:01 -02:30
parent 944abd50d8
commit a8686b41d2
1 changed files with 1 additions and 1 deletions

View File

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