
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
VMware-NSX package
You have come across the VMware-NSX family of Neutron plugins
External Resources:
The homepage for the VMware-NSX project is on Launchpad.
Use this site for asking for help, and filing bugs. Code is available both git.openstack.org and github.
For help on usage and hacking of VMware-NSX, please send a message to the openstack-dev mailing list.
For information on how to contribute to VMware-NSX, please see the contents of the CONTRIBUTING.rst file.
Description
Languages
Python
98.5%
Shell
1.5%