Inappropriate comment for volume update api

Bug #1264415 reported by Zhenguo Niu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-cinderclient
Fix Released
Low
Zhenguo Niu

Bug Description

    def update(self, volume, **kwargs):
        """
        Update the display_name or display_description for a volume.

        :param volume: The :class:`Volume` to delete. ## which is not the function for deleting volume , This is the update function.
        """
        if not kwargs:
            return

        body = {"volume": kwargs}

        self._update("/volumes/%s" % base.getid(volume), body)

Changed in python-cinderclient:
assignee: nobody → Zhenguo Niu (niu-zglinux)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-cinderclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/64227

Changed in python-cinderclient:
status: New → In Progress
Changed in python-cinderclient:
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-cinderclient (master)

Reviewed: https://review.openstack.org/64227
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=12ee7b72ff823df92e06df847c2f5c3e2dc152b3
Submitter: Jenkins
Branch: master

commit 12ee7b72ff823df92e06df847c2f5c3e2dc152b3
Author: Zhenguo Niu <email address hidden>
Date: Fri Dec 27 10:32:11 2013 +0800

    Fix inappropriate comment for volume update api

    Change-Id: Id7a436cc864772bd2662fce0ef80d647c9e3dcf0
    Closes-Bug: #1264415

Changed in python-cinderclient:
status: In Progress → Fix Committed
Changed in python-cinderclient:
milestone: none → 1.3.1
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.