Bump max API microversion
Manila is now capable of successfully filter share group types considering its extra specs. This change bumps the microversion so clients can benefit from that change. Implements: blueprint support-group-spec-search-share-group-type-api Depends-On: https://review.opendev.org/c/openstack/manila/+/821002 Change-Id: I24cd94e1744f21a75a16926b328dc7d53c142adc
This commit is contained in:
parent
2b154e21e7
commit
043f34b079
@ -27,7 +27,7 @@ from manilaclient import utils
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
MAX_VERSION = '2.65'
|
||||
MAX_VERSION = '2.66'
|
||||
MIN_VERSION = '2.0'
|
||||
DEPRECATED_VERSION = '1.0'
|
||||
_VERSIONED_METHOD_MAP = {}
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Share group types can now be filtered with their `group_specs`.
|
Loading…
Reference in New Issue
Block a user