Support changes to access rules APIs

The API semantics have not changed on the server.
However, state transitions are more granular. [1]

Bump the request version to parse these changes

[1] Ic25e63215b5ba723cbc8cab7c51789c698e76f28

Partially-implements bp: fix-and-improve-access-rules
Change-Id: I6bbb7eea59ee817f69fc60068c471cdb66e3b9dc
This commit is contained in:
Goutham Pacha Ravi 2017-01-18 18:18:36 -05:00
parent 87d07e1587
commit 2b80ef89ac
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.27'
MAX_VERSION = '2.28'
MIN_VERSION = '2.0'
DEPRECATED_VERSION = '1.0'
_VERSIONED_METHOD_MAP = {}

View File

@ -0,0 +1,6 @@
---
features:
- Manila exposes new transitional states for access rules
and the collective "access_rules_status" fields for shares and
share instances. The API request version in the client has been bumped
to support these changes.