Comment 3 for bug 1340647

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

Reviewed: https://review.openstack.org/107226
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=187c36c19b0e43740df3c46c6f34d3d0ad76a510
Submitter: Jenkins
Branch: master

commit 187c36c19b0e43740df3c46c6f34d3d0ad76a510
Author: liu-sheng <email address hidden>
Date: Wed Jul 16 11:06:50 2014 +0800

    Correct the bash completion of CLI

    Currently, the "neutron help" command in CLI doesn't expose the
    "bash-completion" command to users, but actually, the "neutron
    bash-completion" command is available. Additionally, there is a "complete"
    command in outputs of "neutron help", but this command will prints a wrong
    result. This patch adds the "bash-completion" command to commands list of
    neutron CLI and removes the "complete" command.

    Change-Id: I0f2ec22da7ba36f79197acb41d0621fc726cc0f3
    Closes-Bug: #1340647