nova/releasenotes/notes/remove-nova-xvpvncproxy-1c189cdff4b133e8.yaml
Stephen Finucane 02eb9cffe6 Remove 'nova-xvpvncproxy'
This legacy service is no longer used and was deprecated during the
Stein cycle [1]. It's time to say adios and remove them in their
entirety. This is pretty straightforward, with the sole exception of
schema for the 'remote-consoles' API, which has to continue supporting
requests for type 'xvpvnc' even if we can't fulfil those requests now.

[1] https://review.opendev.org/#/c/610076/

Part of blueprint remove-xvpvncproxy

Depends-On: https://review.opendev.org/695853
Change-Id: I2f7f2379d0cd54e4d0a91008ddb44858cfc5a4cf
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2019-12-23 14:20:28 +00:00

16 lines
487 B
YAML

---
upgrade:
- |
The ``nova-xvpvncproxy`` service has been deprecated since the 19.0.0 Stein
release and has now been removed. The following configuration options have
also been removed:
* ``[vnc] xvpvncproxy_base_url``
* ``[vnc] xvpvncproxy_host``
* ``[vnc] xvpvncproxy_port``
* ``[xvp] console_xvp_conf_template``
* ``[xvp] console_xvp_conf``
* ``[xvp] console_xvp_log``
* ``[xvp] console_xvp_multiplex_port``
* ``[xvp] console_xvp_pid``