Merge "Wrong description in ImageMembersController.update"

This commit is contained in:
Zuul 2017-11-20 11:49:41 +00:00 committed by Gerrit Code Review
commit d88bd2ca8e
1 changed files with 2 additions and 1 deletions

View File

@ -136,10 +136,11 @@ class ImageMembersController(object):
@utils.mutating
def update(self, req, image_id, member_id, status):
"""
Adds a membership to the image.
Update the status of a member for a given image.
:param req: the Request object coming from the wsgi layer
:param image_id: the image identifier
:param member_id: the member identifier
:param status: the status of a member
:returns: The response body is a mapping of the following form
::