Comment 2 for bug 1451640

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

Reviewed: https://review.openstack.org/180012
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=179ed18c30cea438e13ba92997d3f671e5f76a84
Submitter: Jenkins
Branch: master

commit 179ed18c30cea438e13ba92997d3f671e5f76a84
Author: Jamie Lennox <email address hidden>
Date: Tue May 5 12:43:12 2015 +1000

    Don't create empty quota set requests

    The way that getattr is called with the None default you will always
    create a compute_kwargs dictionary with key: None values. This means
    that we will always send these empty requests to the servers.

    Change so that only actually changed values end up in the quota set
    requests and get sent.

    Change-Id: I33bc3f4e1a8013ec672e995648d27513064baf26
    Closes-Bug: #1451640