From 5a6f0bbd4c3c3006a50e9e70c81f31ea1fa409c6 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Sat, 21 Jan 2023 20:21:26 +0100 Subject: [PATCH] Remove the neutron bash completion installation The python-neutronclient CLI code is going to be removed from this repository. Change-Id: I39b3a43a7742481ec6d9501d5459bf0837ba0122 Related-Bug: #2003861 --- lib/neutron | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/neutron b/lib/neutron index c8ee8c5e76..9fb09ab9bb 100644 --- a/lib/neutron +++ b/lib/neutron @@ -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 }