"openstack quota set --floating-ips <quota>" does not modify the quota
Bug #1664617 reported by
Tytus Kurek
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-openstackclient |
Incomplete
|
Undecided
|
Anindita Das |
Bug Description
The "openstack quota set --floating-ips" command does not modify the quota for floating-ips. Please take a look on the example below:
$ openstack quota set --floating-ips 20 Project01
$ openstack quota get Project01 | grep floating-ips
| floating-ips | 10 |
Environment details:
OpenStack release: Mitaka
Underlying OS: Ubuntu 16.04.2
python-
Changed in python-openstackclient: | |
assignee: | nobody → Anindita Das (anindita-das) |
To post a comment you must log in.
Following commands will also be acceptes by openstack
openstack quota set --fl 10 Project01
openstack quota set --flo 10 Project01
openstack quota set --floa 10 Project01
openstack quota set --float 10 Project 01
openstack quota set --floati 10 Project 01
openstack quota set --floatin 10 Project 01
openstack quota set --floating 10 Project 01
openstack quota set --floating- 10 Project 01
openstack quota set --floating-i 10 Project 01
openstack quota set --floating-ip 10 Project 01
openstack quota set --floating-ips 10 Project 01
and following not:
openstack quota set --f 10 Project01
openstack quota set --floatings 10 Project01
openstack quota set --floatingsomething 10 Project01