This commit adds statement to copy the file /ironic.bash_completion
file to the default bash completion directory.
Change-Id: I436d46dbac0895a8ca14d085fec041981435936c
| ... | ... |
@@ -110,6 +110,7 @@ function install_ironic {
|
| 110 | 110 |
function install_ironicclient {
|
| 111 | 111 |
git_clone $IRONICCLIENT_REPO $IRONICCLIENT_DIR $IRONICCLIENT_BRANCH |
| 112 | 112 |
setup_develop $IRONICCLIENT_DIR |
| 113 |
+ sudo install -D -m 0644 -o $STACK_USER {$IRONICCLIENT_DIR/tools/,/etc/bash_completion.d/}ironic.bash_completion
|
|
| 113 | 114 |
} |
| 114 | 115 |
|
| 115 | 116 |
# cleanup_ironic() - Remove residual data files, anything left over from previous |