Update microversion to 2.89
To support passing share network subnet metadata to backend drivers, we have not changed API interface. But behaviour change needs to address by increasing API version to 2.89 Depends-On: https://review.opendev.org/c/openstack/manila/+/929091 Partially-implements: blueprint pass-resource-metadata-updates-to-backend-drivers Change-Id: I891e0b8cf3bed9f3bfcbb00553c151ad6fddb43a
This commit is contained in:
@@ -27,7 +27,7 @@ from manilaclient import utils
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
MAX_VERSION = '2.88'
|
||||
MAX_VERSION = '2.89'
|
||||
MIN_VERSION = '2.0'
|
||||
DEPRECATED_VERSION = '1.0'
|
||||
_VERSIONED_METHOD_MAP = {}
|
||||
|
@@ -0,0 +1,6 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
With microversion 2.89, share network subnet metadata updates will be
|
||||
passed to storage backend driver for processing driver specific things
|
||||
if supported.
|
Reference in New Issue
Block a user