Merge "Add support for ironicclient bash completion"
This commit is contained in:
commit
f2572e7fcc
@ -110,6 +110,7 @@ function install_ironic {
|
|||||||
function install_ironicclient {
|
function install_ironicclient {
|
||||||
git_clone $IRONICCLIENT_REPO $IRONICCLIENT_DIR $IRONICCLIENT_BRANCH
|
git_clone $IRONICCLIENT_REPO $IRONICCLIENT_DIR $IRONICCLIENT_BRANCH
|
||||||
setup_develop $IRONICCLIENT_DIR
|
setup_develop $IRONICCLIENT_DIR
|
||||||
|
sudo install -D -m 0644 -o $STACK_USER {$IRONICCLIENT_DIR/tools/,/etc/bash_completion.d/}ironic.bash_completion
|
||||||
}
|
}
|
||||||
|
|
||||||
# cleanup_ironic() - Remove residual data files, anything left over from previous
|
# cleanup_ironic() - Remove residual data files, anything left over from previous
|
||||||
|
Loading…
Reference in New Issue
Block a user