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:
parent
62002dd88b
commit
bbe771a8d0
7
stack.sh
7
stack.sh
@ -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
|
||||
# ===
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user