Fix wrong flag name for VNC Proxy in HAProxy
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Thu, 15 Sep 2016 06:17:06 +0000 (09:17 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Thu, 15 Sep 2016 06:19:02 +0000 (09:19 +0300)
The name was wrong, and so fixing it will actually enable VNC Proxy
when the service is enabled.

Change-Id: I65e90479fd33844b4dcd70c19cec3cd838aeff69
Closes-Bug: #1623796

manifests/haproxy.pp

index 6044eba..dcd7ea6 100644 (file)
 #
 # [*nova_novncproxy*]
 #  (optional) Enable or not Nova novncproxy binding
-#  Defaults to hiera('nova_vncproxy_enabled', false)
+#  Defaults to hiera('nova_vnc_proxy_enabled', false)
 #
 # [*ceilometer*]
 #  (optional) Enable or not Ceilometer API binding
@@ -320,7 +320,7 @@ class tripleo::haproxy (
   $glance_registry           = hiera('glance_registry_enabled', false),
   $nova_osapi                = hiera('nova_api_enabled', false),
   $nova_metadata             = hiera('nova_api_enabled', false),
-  $nova_novncproxy           = hiera('nova_vncproxy_enabled', false),
+  $nova_novncproxy           = hiera('nova_vnc_proxy_enabled', false),
   $ceilometer                = hiera('ceilometer_api_enabled', false),
   $aodh                      = hiera('aodh_api_enabled', false),
   $gnocchi                   = hiera('gnocchi_api_enabled', false),