File: novncproxy_base_url-ec29bb6c3092a43b.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 (9 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    novncproxy_base_url parameter is only consumed by nova-compute. Thus it should
    not be configured on controller node, where novnc proxy service runs. In packstack
    deployment it causes problem when controller and compute are configured on the
    same node and novncproxy_base_url is set to `http://0.0.0.0:6080/vnc_auto.html`.
    In this case nova will return incorrect novnc url for instances, that run on such
    compute node.