← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1731832] Re: Wrong description in ImageMembersController.update

 

Reviewed:  https://review.openstack.org/519514
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=a34538430cedc1548793a17bdb0f3aea92b1b3f2
Submitter: Zuul
Branch:    master

commit a34538430cedc1548793a17bdb0f3aea92b1b3f2
Author: makocchi-git <makocchi@xxxxxxxxx>
Date:   Tue Nov 14 10:02:08 2017 +0900

    Wrong description in ImageMembersController.update
    
    Update the description in ImageMembersController.update correctly.
    
    Change-Id: I7f7b724743b7f0ceb56d6f386d4a4ebc24a17490
    Closes-Bug: #1731832


** Changed in: glance
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1731832

Title:
  Wrong description in ImageMembersController.update

Status in Glance:
  Fix Released

Bug description:
  Now
  ---
      def update(self, req, image_id, member_id, status):
          """
          Adds a membership to the image.
          :param req: the Request object coming from the wsgi layer
          :param image_id: the image identifier
          :param member_id: the member identifier
          :returns: The response body is a mapping of the following form
  ---

  It should be
  ---
      def update(self, req, image_id, member_id, status):
          """
          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
  ---

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1731832/+subscriptions


References