"openstack quota set --floating-ips <quota>" does not modify the quota

Bug #1664617 reported by Tytus Kurek
6
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-openstackclient version: 2.3.0-2

Changed in python-openstackclient:
assignee: nobody → Anindita Das (anindita-das)
Revision history for this message
Mateusz Berkieta (gwynnbleid1) wrote :

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

Revision history for this message
Dean Troyer (dtroyer) wrote :

Is this using nova-network or neutron?

Changed in python-openstackclient:
status: New → Incomplete
Revision history for this message
Tytus Kurek (tkurek) wrote :

Neutron

Revision history for this message
Robert Duncan (rduncan-t) wrote :

Yep I get this too, other openstack quota set commands work find - but all variants of the openstack quota set command in comment #1 have no effect on the quota for floating ips - no error is returned so the command looks like it executed - but it didn't - I will now return the same courtesy and not bother looking into log files

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.