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 | |
|---|---|---|---|---|---|
| OpenStack Identity (keystone) |
In Progress
|
Undecided
|
Udayendu Kar | ||
| python-openstackclient |
In Progress
|
Undecided
|
Udayendu Kar | ||
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 |
| Changed in keystone: | |
| assignee: | nobody → Udayendu Kar (uskar88) |
| status: | New → In Progress |
To post a comment you must log in.
Thanks Kacper. I will test and give a patch.