Jens Harbott | 228d5b8 | 2017-12-06 12:03:09 +0000 | [diff] [blame] | 1 | # install_neutron_tempest_plugin |
2 | function install_neutron_tempest_plugin { | ||||
3 | setup_dev_lib "neutron-tempest-plugin" | ||||
4 | } | ||||
5 | |||||
6 | if [[ "$1" == "stack" ]]; then | ||||
7 | case "$2" in | ||||
8 | install) | ||||
9 | echo_summary "Installing neutron-tempest-plugin" | ||||
10 | install_neutron_tempest_plugin | ||||
11 | ;; | ||||
12 | esac | ||||
13 | fi |