Comment 5 for bug 1660099

Revision history for this message
Daniel RJ Rooke (rjrooke) wrote :

There's a related section in different project: puppet-tripleo/.../libvirt.pp

 # TODO(emilien): Some work needs to be done in puppet-nova to separate nova-compute config
    # when running libvirt and libvirt itself, so we allow micro-services deployments.
    if str2bool(hiera('nova::use_ipv6', false)) {
      $vncserver_listen = '::0'
    } else {
      $vncserver_listen = '0.0.0.0'
}

should I open an additional bug on that project?

thx