nova/releasenotes/notes/bug-1599034-35ca4dea612d8fdb.yaml
Takashi NATSUME 463fd7a11b Use URIOpt
Replace StrOpt with URIOpt.
But 'serial_port_service_uri' in nova/conf/vmware.py
is excluded because it can be non URI format(*1).

*1: https://github.com/openstack/vmware-vspc/blob/master/README.rst

Change-Id: I595c55798b482009c42261c3603a58f82e89877c
Closes-Bug: #1599034
2017-07-18 00:38:24 +00:00

12 lines
386 B
YAML

---
upgrade:
- |
The type of following config options have been changed
from string to URI. They are checked whether they follow
the URI format or not and its scheme.
- ``api_endpoint`` in the ``ironic`` group
- ``mksproxy_base_url`` in the ``mks`` group
- ``html5_proxy_base_url`` in the ``rdp`` group
- ``serial_port_proxy_uri`` in the ``vmware`` group