vmware-nsx/tools/python-nsxadmin/admin
Akash Gangil 06cd0d5bf0 [AU]Fix help message for supported ops on resource
Fixes the case of the operations supported in the help message
of a resource.
Also fixes list of supported ops where we were listing all the ops
when a invalid op was specified instead of just the ops that are
supported *only* by the resource.

$ nsxadmin -r edges
Supported list of operations for the NSX-V resource ['LIST', 'CLEAN']

If user supplies -o LIST, it won't work. since the callback registration
is case sensitive. So to avoice any ambiguity we show the ops as lower
case.

Supported list of operations for the NSX-V resource ['list', clean'']

Change-Id: If41274181baf0f30502b8821169bbc6e4504ba2d
2015-12-02 03:45:40 -08:00
..
plugins Switch to internal _i18n pattern, as per oslo_i18n guidelines 2015-12-02 06:59:23 -08:00
__init__.py Framework for debugging nsx-openstack setup 2015-10-25 06:24:35 -07:00
shell.py [AU]Fix help message for supported ops on resource 2015-12-02 03:45:40 -08:00
version.py Framework for debugging nsx-openstack setup 2015-10-25 06:24:35 -07:00