From 2b80ef89ac5ebeab1bfe461f81a71dc005e4e792 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Wed, 18 Jan 2017 18:18:36 -0500 Subject: [PATCH] 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 --- manilaclient/api_versions.py | 2 +- .../fix-and-improve-access-rules-a118a7f8e22f65bb.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/fix-and-improve-access-rules-a118a7f8e22f65bb.yaml diff --git a/manilaclient/api_versions.py b/manilaclient/api_versions.py index 6250d6992..fd92279c0 100644 --- a/manilaclient/api_versions.py +++ b/manilaclient/api_versions.py @@ -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 = {} diff --git a/releasenotes/notes/fix-and-improve-access-rules-a118a7f8e22f65bb.yaml b/releasenotes/notes/fix-and-improve-access-rules-a118a7f8e22f65bb.yaml new file mode 100644 index 000000000..49d8e62f7 --- /dev/null +++ b/releasenotes/notes/fix-and-improve-access-rules-a118a7f8e22f65bb.yaml @@ -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.