commit | ac561466f2e40bb4c5a773b27b6fc9181f896308 | [log] [tgz] |
---|---|---|
author | rajalakshmi-ganesan <rajalakshmi_ganesan@persistent.co.in> | Tue Feb 12 19:52:34 2013 +0530 |
committer | Gerrit Code Review <review@openstack.org> | Thu Feb 14 14:08:03 2013 +0000 |
tree | 4282c6bb16342d6786b5a02c204989ba98da7d90 | |
parent | bd1b8ecfedd322e5e1164cb3ae0e3e6fa2a7549c [diff] |
Correction in quota_client's condition logic Replacing ">=0" with "is not None" so that we will be able to test things like setting cores == 0 (to effectively disable an account). Change-Id: Iaf9e2ff3190faca92594055a134cc1822afae60e Implements: blueprint correction-in-quotas-client