
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>
10 lines
459 B
YAML
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.
|