Merge "Add bash completion for OSC"

This commit is contained in:
Jenkins 2015-03-04 17:11:32 +00:00 committed by Gerrit Code Review
commit 52606dfab4
1 changed files with 7 additions and 0 deletions

View File

@ -1300,6 +1300,13 @@ fi
service_check
# Bash completion
# ===============
# Prepare bash completion for OSC
openstack complete | sudo tee /etc/bash_completion.d/osc.bash_completion > /dev/null
# Fin
# ===