Files
puppet-nova/releasenotes/notes/console-port-interger-2e902534adfec564.yaml
Takashi Kajinami 1ac88e4070 Validate port values for console access
Ensure a value is a valid port value within the range. Note that string
values may no longer be accepted.

Change-Id: I957a4572e6998397f55f8bbb0e606c282e440077
2025-01-20 13:18:22 +09:00

10 lines
237 B
YAML

---
upgrade:
- |
The following parameters now require integer values.
- ``nova::compute::vncproxy_port``
- ``nova::compute::spice::proxy_port``
- ``nova::vncproxy::port``
- ``nova::vncproxy::common:vncproxy_port``