Comment 4 for bug 1671911

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

Reviewed: https://review.openstack.org/451679
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=3055a987632c29175c06d73e77fbad9062fcc2c4
Submitter: Jenkins
Branch: master

commit 3055a987632c29175c06d73e77fbad9062fcc2c4
Author: Radomir Dopieralski <email address hidden>
Date: Thu Mar 30 09:17:35 2017 +0200

    Don't update cinder quotas if disabled

    The quotas for cinder were being updated even if they were disabled,
    resulting in None being sent as the value, and an error being thrown
    by the API.

    This patch cleans up that code to use the same logic in all three cases
    for nova, cinder and neutron.

    Change-Id: I73209122df20689eee33da9dccffa994a04a3ec0
    Closes-bug: #1671911