Files
b643b1237767132be466737e7c849a72b969d5e8
manila-tempest-plugin /devstack /plugin.sh

17 lines
426 B
Bash
Raw Normal View History

MANILA_TEMPEST_PLUGIN_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# install_manila_tempest_plugin
function install_manila_tempest_plugin {
setup_dev_lib "manila-tempest-plugin"
}
if [[ "1ドル" == "stack" ]]; then
case "2ドル" in
install)
echo_summary "Installing manila-tempest-plugin"
install_manila_tempest_plugin
;;
esac
fi