Browse code

Merge "Install bash completion for glanceclient"

Jenkins authored on 2014/11/26 06:01:45
Showing 1 changed files
... ...
@@ -290,6 +290,7 @@ function install_glanceclient {
290 290
     if use_library_from_git "python-glanceclient"; then
291 291
         git_clone_by_name "python-glanceclient"
292 292
         setup_dev_lib "python-glanceclient"
293
+        sudo install -D -m 0644 -o $STACK_USER {${GITDIR["python-glanceclient"]}/tools/,/etc/bash_completion.d/}glance.bash_completion
293 294
     fi
294 295
 }
295 296