-
Notifications
You must be signed in to change notification settings - Fork 583
Add new share-access-rules API for Manila #2495
Copy link
Copy link
Open
Description
Listing access rules from /v2/shares/{share_id}/action is being deprecated as of Manila API 2.45: https://docs.openstack.org/api-ref/shared-file-system/?expanded=list-access-rules-deprecated-detail#list-access-rules-deprecated.
There is a new API for listing access rules that supersedes the old one, and gophercloud should expose it.
-
GetManila: add Get for share-access-rules API #2496 -
ListManila: add List for share-access-rules API #2512 -
UpdateMetadata -
UnsetMetadatum
General API docs:
SQL schema:
- Share access: https://github.com/openstack/manila/blob/stable/yoga/manila/db/sqlalchemy/models.py#L543-L575
- Share access metadata: https://github.com/openstack/manila/blob/stable/yoga/manila/db/sqlalchemy/models.py#L578-L593
Calls:
GetListUpdateMetadataUnsetMetadatum
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels