Comment 2 for bug 1666780

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/436806
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=0898ebacb8d9c38ae36adaf593867a9b16a50504
Submitter: Jenkins
Branch: master

commit 0898ebacb8d9c38ae36adaf593867a9b16a50504
Author: Rui Chen <email address hidden>
Date: Wed Feb 22 14:39:09 2017 +0800

    Support list commands by group name keyword

    The output of current "command list" is so long, it's
    very difficult for users to find out the commands
    they care about.

    Add "--group <group-keyword>" option to filter the commands by group
    name keyword, like: --group volume, list all openstack.volume.v2
    (cinder) commands

    That support the scenario that users need to know the current support
    commands of some OpenStack services(nova, neutron, cinder and so on) in
    OSC.

    Change-Id: Id673042729ad36a0cac0b81fb31a3537c24f03fc
    Closes-Bug: #1666780