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:
Kiran Pawar
2025-02-27 15:25:54 +00:00
parent 1b555af4b4
commit 599eec931e
2 changed files with 7 additions and 1 deletions

View File

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

View File

@@ -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.