From 84f6c0fa6838ffa06aafb17c460a3990c10f4443 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 11 Mar 2016 22:37:27 -0500 Subject: [PATCH] remove the keystone bash completion install step keytone has removed it's CLI and will release a new version when Newton begins. As part of the removal process we also need to remove the bash completion script, which is currently failing devstack gates. Change-Id: I132b862bde5b4173bf34beae12a7a882f5a96314 --- lib/keystone | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/keystone b/lib/keystone index 5ed7de9966..840f2c9c72 100644 --- a/lib/keystone +++ b/lib/keystone @@ -523,7 +523,6 @@ function install_keystoneclient { if use_library_from_git "python-keystoneclient"; then git_clone_by_name "python-keystoneclient" setup_dev_lib "python-keystoneclient" - sudo install -D -m 0644 -o $STACK_USER {${GITDIR["python-keystoneclient"]}/tools/,/etc/bash_completion.d/}keystone.bash_completion fi }