Comment 0 for bug 1692334

Revision history for this message
Felipe Reyes (freyes) wrote :

[Impact]

Upstream's bash completion helper ( https://github.com/openstack/python-neutronclient/blob/master/tools/neutron.bash_completion ) is not installed.

debian/rules copies neutron.bash_completion file to $(CURDIR)/debian/python-neutronclient-doc/usr/share/bash-completion/completions/neutron , but python-neutronclient-doc package is not defined in debian/control

[Test Case]

* apt install python-neutronclient
* source novarc
* neutron net-<TAB>

Expected result:

The following list of available commands is printed
net-create net-external-list net-gateway-create net-gateway-disconnect net-gateway-show net-ip-availability-list net-list net-show
net-delete net-gateway-connect net-gateway-delete net-gateway-list net-gateway-update net-ip-availability-show net-list-on-dhcp-agent net-update

Actual Result:

Nothing is printed.