Comment 2 for bug 1324077

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (master)

Reviewed: https://review.openstack.org/96141
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=abd4e8986bca481a562096da61f2b243f4d16718
Submitter: Jenkins
Branch: master

commit abd4e8986bca481a562096da61f2b243f4d16718
Author: zhangjl <email address hidden>
Date: Wed May 28 19:24:35 2014 +0800

    Logical error in flavors unset_keys method

    When we want to unset multi keys of flavor
    extra data, only first key can be removed
    because of the key word named 'return'.
    To fix it, remove the return key word

    Change-Id: I70d1f2e84a2bfcea1db60b26138f84421f9a7309
    Closes-bug: #1324077