File: fix_vncserver_listen-e48f7c8b9cda25e4.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
---
fixes:
  - Fixes `bug 1660099
    <https://bugs.launchpad.net/puppet-nova/+bug/1660099>`__ so we don't restrict
    vncserver_listen to be binded on 0.0.0.0, which has been wrong for long time.
    Nova allows to bind on any IP and live migration will be supported.