Add bash completion for OSC

use openstackclient to generate bash completion script, and move
the file to the right location.

Change-Id: I96f2230cbba030e235161165d3b173c7af5e28fe
This commit is contained in:
Steve Martinelli 2015-01-20 13:30:33 -05:00
parent 62002dd88b
commit bbe771a8d0
1 changed files with 7 additions and 0 deletions

View File

@ -1312,6 +1312,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
# ===