cinder/releasenotes/notes/incorrect-host-config-option-347e60f957458d54_new.yaml
Eric Harney c995438ca2 Change 'host' option from HostAddressOpt to StrOpt
HostAddressOpt is overly restrictive for this field --
it should actually just be a StrOpt.

Co-Author: Gorka Eguileor <geguileo@redhat.com>
Closes-Bug: #1941068
Change-Id: I7699433b283ba9aa1bd11da4f6ff4de071f1b51d
2021-08-25 11:33:03 -04:00

8 lines
284 B
YAML

---
fixes:
- |
`Bug #1941068 <https://bugs.launchpad.net/cinder/+bug/1941068>`_: Fixed
type of the ``host`` configuration option. It was limited to valid FQDN
values when we document that it isn't. This may result in the
``cinder-manage db sync`` command failing.