Browse code

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

Steve Martinelli authored on 2016/03/12 12:37:27
Showing 1 changed files
... ...
@@ -523,7 +523,6 @@ function install_keystoneclient {
523 523
     if use_library_from_git "python-keystoneclient"; then
524 524
         git_clone_by_name "python-keystoneclient"
525 525
         setup_dev_lib "python-keystoneclient"
526
-        sudo install -D -m 0644 -o $STACK_USER {${GITDIR["python-keystoneclient"]}/tools/,/etc/bash_completion.d/}keystone.bash_completion
527 526
     fi
528 527
 }
529 528