Merge "Add link to image sharing api docs"

This commit is contained in:
Zuul 2023-04-26 12:22:34 +00:00 committed by Gerrit Code Review
commit 5aebbe0e7a
1 changed files with 8 additions and 0 deletions

View File

@ -997,6 +997,10 @@ class Proxy(proxy.Proxy):
a :class:`~openstack.image.v2.member.Member`,
comprised of the properties on the Member class.
See `Image Sharing Reference
<https://docs.openstack.org/api-ref/image/v2/index.html?expanded=create-image-member-detail#create-image-member>`__
for details.
:returns: The results of member creation
:rtype: :class:`~openstack.image.v2.member.Member`
"""
@ -1093,6 +1097,10 @@ class Proxy(proxy.Proxy):
:param attrs: The attributes to update on the member represented
by ``member``.
See `Image Sharing Reference
<https://docs.openstack.org/api-ref/image/v2/index.html?expanded=update-image-member-detail#update-image-member>`__
for details.
:returns: The updated member
:rtype: :class:`~openstack.image.v2.member.Member`
"""