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:
silvacarloss 2021-12-20 17:49:53 -03:00
parent 2b154e21e7
commit 043f34b079
2 changed files with 5 additions and 1 deletions

View File

@ -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 = {}

View File

@ -0,0 +1,4 @@
---
features:
- |
Share group types can now be filtered with their `group_specs`.