Files
nova/releasenotes/notes/cinder-catalog-info-hyphen-842f02febcfff041.yaml
Dr. Jens Harbott 2c8400043d Allow hyphen in cinder catalog_info service-type
The official service type for Cinder according to [0] is
"block-storage", so it should be allowed in the validation regex.

[0] https://specs.openstack.org/openstack/service-types-authority/

Closes-Bug: 2092194
Change-Id: I9a57aa72cc9589cec08b0f8d5797108043747ef6
2024-12-19 13:51:11 +01:00

8 lines
246 B
YAML

---
fixes:
- |
Nova now allows to use a hyphen in the ``[cinder]catalog_info``
service-type field, so in particular the official
``block-storage`` type is now valid.
`Bug 2092194 <https://bugs.launchpad.net/nova/+bug/2092194>`_