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.
Reviewed: https:/ /review. openstack. org/107226 /git.openstack. org/cgit/ openstack/ python- neutronclient/ commit/ ?id=187c36c19b0 e43740df3c46c6f 34d3d0ad76a510
Committed: https:/
Submitter: Jenkins
Branch: master
commit 187c36c19b0e437 40df3c46c6f34d3 d0ad76a510
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 completion" command to users, but actually, the "neutron completion" command is available. Additionally, there is a "complete"
"bash-
bash-
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: I0f2ec22da7ba36 f79197acb41d062 1fc726cc0f3
Closes-Bug: #1340647