Quotas command is not plugable
Bug #1587927 reported by
Graham Hayes
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-openstackclient |
Won't Fix
|
Wishlist
|
Unassigned |
Bug Description
openstack quota set / show command is hardcoded to compute, volume, network quotas only.
This should be extensible to allow for client plugins to register their quota endpoints
tags: | added: network |
Changed in python-openstackclient: | |
status: | Confirmed → Won't Fix |
To post a comment you must log in.
There does need to be a general mechanism to extend existing commands. This will also likely require changes to the plugin interface.
Also, it needs to be done safely, in the sense that the user can be confident that the assumed actions are not subverted/changed in unexpected ways.