Merge "Add support for ironicclient bash completion"

This commit is contained in:
Jenkins 2014-07-31 00:14:33 +00:00 committed by Gerrit Code Review
commit f2572e7fcc

View File

@ -110,6 +110,7 @@ function install_ironic {
function install_ironicclient {
git_clone $IRONICCLIENT_REPO $IRONICCLIENT_DIR $IRONICCLIENT_BRANCH
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