Skip to content

Commit f3c317d

Browse files
authored
Merge pull request #148 from stackhpc/upstream/2023.1-2025-04-21
Synchronise 2023.1 with upstream
2 parents 46e5086 + 2ac3efc commit f3c317d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

nova/conf/cinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
cinder_opts = [
2525
cfg.StrOpt('catalog_info',
2626
default='volumev3::publicURL',
27-
regex=r'^\w+:\w*:.*$',
27+
regex=r'^[\w-]+:\w*:.*$',
2828
help="""
2929
Info to match when looking for cinder in the service catalog.
3030
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Nova now allows to use a hyphen in the ``[cinder]catalog_info``
5+
service-type field, so in particular the official
6+
``block-storage`` type is now valid.
7+
`Bug 2092194 <https://bugs.launchpad.net/nova/+bug/2092194>`_

0 commit comments

Comments
 (0)