if $glance_registry {
     haproxy::listen { 'glance_registry':
       ipaddress        => hiera('glance_registry_vip', $controller_virtual_ip),
+      options          => {
+        'option' => [ ],
+      },
       ports            => 9191,
       collect_exported => false,
     }
   if $ceilometer {
     haproxy::listen { 'ceilometer':
       bind             => $ceilometer_bind_opts,
+      options          => {
+        'option' => [ ],
+      },
       collect_exported => false,
     }
     haproxy::balancermember { 'ceilometer':
   if $ironic {
     haproxy::listen { 'ironic':
       bind             => $ironic_bind_opts,
+      options          => {
+        'option' => [ 'httpchk GET /' ],
+      },
       collect_exported => false,
     }
     haproxy::balancermember { 'ironic':