Merge "Re-add NovaVncProxyNetwork to service_net_map.j2.yaml"

This commit is contained in:
Zuul 2021-05-18 09:10:12 +00:00 committed by Gerrit Code Review
commit 7ae30d4030
1 changed files with 1 additions and 0 deletions

View File

@ -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') }}