Merge "Install bash completion for glanceclient"

This commit is contained in:
Jenkins 2014-11-25 21:01:45 +00:00 committed by Gerrit Code Review
commit e50db39baa

View File

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