vitrage-tempest-plugin/devstack/plugin.sh
Chandan Kumar ac02fd029a Added devstack plugin for vitrage-tempest-plugin
* In order to make the ease of installation, devstack plugin is
  added to install the tempest plugin.

Change-Id: I386b834627493df8dc2c3dcd597fa5aa1cc9467f
2018-01-10 07:33:11 +00:00

14 lines
317 B
Bash

# install_vitrage_tempest_plugin
function install_vitrage_tempest_plugin {
setup_dev_lib "vitrage-tempest-plugin"
}
if [[ "$1" == "stack" ]]; then
case "$2" in
install)
echo_summary "Installing vitrage-tempest-plugin"
install_vitrage_tempest_plugin
;;
esac
fi