Skip to content

Commit e50db39

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Install bash completion for glanceclient"
2 parents 86ef60e + 8df690c commit e50db39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/glance

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ function install_glanceclient {
290290
if use_library_from_git "python-glanceclient"; then
291291
git_clone_by_name "python-glanceclient"
292292
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
293294
fi
294295
}
295296

0 commit comments

Comments
 (0)