nova/releasenotes/notes/rename-vnc-opts-3367a07523100d51.yaml
Stephen Finucane e5a03e3c54 conf: Rename two VNC options
Make the lives of operators easier by using consistent opt naming for
similar features.

Change-Id: Ic05c2c8364e015f6878b0bc25449216624568ad5
2017-09-04 17:22:16 +01:00

12 lines
351 B
YAML

---
upgrade:
- |
The following configuration options have been renamed:
- ``[vnc]vncserver_listen`` (now ``[vnc]server_listen``)
- ``[vnc]vncserver_proxyclient_address`` (now
``[vnc]server_proxyclient_address``)
This establishes a consistent naming between VNC and Spice options and
removes some unnecessary duplication.