Merge "Remove the neutron bash completion installation"

This commit is contained in:
Zuul 2023-02-02 00:50:10 +00:00 committed by Gerrit Code Review
commit 7533276c0a

View File

@ -527,7 +527,6 @@ function install_neutronclient {
if use_library_from_git "python-neutronclient"; then
git_clone_by_name "python-neutronclient"
setup_dev_lib "python-neutronclient"
sudo install -D -m 0644 -o $STACK_USER {${GITDIR["python-neutronclient"]}/tools/,/etc/bash_completion.d/}neutron.bash_completion
fi
}