Changing the Unified Limits limit value to 0 does not work
Bug #2159619 reported by
Kacper Sulimowicz
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
New
|
Undecided
|
Unassigned | ||
Bug Description
There is an issue when setting the Unified Limits resource_limit value to 0.
The problem is caused by the following condition:
if parsed_
kwargs[
Since 0 evaluates to False, the value is skipped and is not passed to update_limit(). The condition should check for None instead.
https:/
| description: | updated |
To post a comment you must log in.