Files
puppet-nova/releasenotes/notes/novncproxy_base_url-ec29bb6c3092a43b.yaml
Pavel Glushchak 73f4c66154 Don't configure novncproxy_base_url on controller
This parameter is only consumed by nova-compute.
In packstack this causes problem, when compute and
controller are located on the same node and this
parameter is set to: http://0.0.0.0:6080/vnc_auto.html
Thus this compute node returns incorrect novnc url.

Change-Id: I03c6329d805081cfc29aa640bbacbdba2c899422
Signed-off-by: Pavel Glushchak <pglushchak@virtuozzo.com>
2017-04-26 19:37:07 +03:00

10 lines
459 B
YAML

---
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.