Set VNC URL parameters for nova-compute
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Sat, 17 Sep 2016 07:34:48 +0000 (10:34 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Sat, 17 Sep 2016 16:45:28 +0000 (16:45 +0000)
These are needed so the computes can advertize the VNC URL correctly.

Change-Id: Ic3eba9fe929ce396b584249eb84415de09ab1b62
Closes-Bug: #1623607

puppet/services/nova-compute.yaml

index d1d7ae6..1475984 100644 (file)
@@ -129,6 +129,9 @@ outputs:
             # internal_api_subnet - > IP/CIDR
             nova::compute::vncserver_proxyclient_address: {get_param: [ServiceNetMap, NovaVncProxyNetwork]}
             nova::compute::vncproxy_host: {get_param: [EndpointMap, NovaPublic, host_nobrackets]}
+            nova::vncproxy::common::vncproxy_protocol: {get_param: [EndpointMap, NovaVNCProxyPublic, protocol]}
+            nova::vncproxy::common::vncproxy_host: {get_param: [EndpointMap, NovaVNCProxyPublic, host_nobrackets]}
+            nova::vncproxy::common::vncproxy_port: {get_param: [EndpointMap, NovaVNCProxyPublic, port]}
       step_config: |
         # TODO(emilien): figure how to deal with libvirt profile.
         # We'll probably treat it like we do with Neutron plugins.