Fix NovaVncProxyNetwork removal

In commit [1], NovaVncProxyNetwork was removed.  Unfortunately, the
patch to backport [2] was incorrectly merged and some references to
NovaVncProxyNetwork were not removed and renamed to NoveLibvirtNetwork.

This patch fixes those references.

[1] https://review.opendev.org/c/openstack/tripleo-heat-templates/+/778617
[2] https://review.opendev.org/c/openstack/tripleo-heat-templates/+/781077
Related-Bug: #1917719
Change-Id: Id596898787a3ad16b87116e80a1c31902146168b
This commit is contained in:
Ade Lee 2021-04-13 13:14:15 -04:00
parent 578dbd4ccd
commit 5171cd3d7a
1 changed files with 2 additions and 2 deletions

View File

@ -240,12 +240,12 @@ outputs:
str_replace:
template: "%{hiera('fqdn_NETWORK')}"
params:
NETWORK: {get_param: [ServiceNetMap, NovaVncProxyNetwork]}
NETWORK: {get_param: [ServiceNetMap, NovaLibvirtNetwork]}
principal:
str_replace:
template: "libvirt-vnc/%{hiera('fqdn_NETWORK')}"
params:
NETWORK: {get_param: [ServiceNetMap, NovaVncProxyNetwork]}
NETWORK: {get_param: [ServiceNetMap, NovaLibvirtNetwork]}
key_size:
if:
- key_size_libvirtvnc_override_unset