diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-02-01 22:35:42 +0200 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-02-01 22:35:42 +0200 |
commit | 064f7d6b444d909636c2fc0f97fa4215d96381f2 (patch) | |
tree | b99f4efd9bab30012a20726c93141143f27965ef /network | |
parent | a81ccd80db07571a8b094b905112935bc42b4b7f (diff) |
Configure VNC Server listen address through t-h-t
This adds an entry for libvirt (which is used by the VNC server) on
which we can tell it via t-h-t on which IP address to listen on.
Change-Id: Ie377c09734e9f6170daa519aed69c53fc67c366b
Related-Bug: #1660099
Diffstat (limited to 'network')
-rw-r--r-- | network/service_net_map.j2.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/service_net_map.j2.yaml b/network/service_net_map.j2.yaml index 390b18b4..b2562c79 100644 --- a/network/service_net_map.j2.yaml +++ b/network/service_net_map.j2.yaml @@ -49,6 +49,7 @@ parameters: NovaPlacementNetwork: internal_api NovaMetadataNetwork: internal_api NovaVncProxyNetwork: internal_api + NovaLibvirtNetwork: internal_api Ec2ApiNetwork: internal_api Ec2ApiMetadataNetwork: internal_api SwiftStorageNetwork: storage_mgmt |