Inappropriate behaviour of limits when passing --region None in create and list.
Bug #1799153 reported by
Vishakha Agarwal
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-openstackclient |
New
|
Undecided
|
Vishakha Agarwal |
Bug Description
When creating registered limit by passing --region None in registered limit create cli, it is giving error message "More than one resource exist for region" which is definitely a wrong message as regions with same name cannot be created neither same exist.
The correct behaviour should be -
1. In the case if --region None it should create a registered limit.
2. "No region exist with name xyz" if passed a invalid 'xyz' region while creating.
Same in case of registerd limit list
1. In the case if --region None it should list all limits ignoring None.
2. "No region exist with name xyz" if passed a invalid 'xyz' region while listing.
Sane behaviors for limit create and list
description: | updated |
Changed in keystone: | |
assignee: | nobody → Vishakha Agarwal (vishakha.agarwal) |
description: | updated |
To post a comment you must log in.
https:/ /review. openstack. org/#/c/ 612283