python-manilaclient/releasenotes/notes/bug-share-access-list-3cf3114doe40k599.yaml
zhongjun c95a58d65e Change to share access list API
When we do manila access-list, the 'created_at' and 'updated_at' time
should be shown to the user. And then the user could determine which
is the recent access rule. As designed, the recent access-allow
rule caused the error access-status of share instance.
The API change [1] has been merged.

[1] Iad6070d60ec77b7de9cc9679cfa7478876084da1

Change-Id: I4b10faa18a5e4d7394083cd36851fd0260df86a2
Closes-Bug: #1682795
2017-06-01 14:49:43 +00:00

6 lines
164 B
YAML

---
features:
- Beginning in version 2.33, share access list API returns
"created_at" and "updated_at" for each access rule as part
of the JSON response.