Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Re-add NovaVncProxyNetwork to service_net_map.j2.yaml
Browse files Browse the repository at this point in the history
Icef2481b65b41b524ad44eeecfbee4451006e1d2 removed the NovaVncProxyNetwork
from network/service_net_map.j2.yaml, but due to how hieradata is
being rendered via tripleo-hieradata, the hieradata for the no-vnc-proxy
service falls back to the control plane network.

Change-Id: I595294956a4a7a0e2280c685ac1d2543edbc32f2
Related-Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1960401
(cherry picked from commit 36648cf)
(cherry picked from commit 326452e)
  • Loading branch information
stuggi committed May 18, 2021
1 parent e361984 commit b6d8523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions network/service_net_map.j2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ parameters:
NovaApiNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
PlacementNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
NovaMetadataNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
NovaVncProxyNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
NovaLibvirtNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
NovajoinNetwork: {{ _service_nets.get('internal_api', 'ctlplane') }}
SwiftStorageNetwork: {{ _service_nets.get('storage_mgmt', 'ctlplane') }}
Expand Down

0 comments on commit b6d8523

Please sign in to comment.