Files
bc4b96b79425c8485929b8dd5c4e138a395099a3
devstack /extras.d /80-tempest.sh

31 lines
831 B
Bash
Raw Normal View History

if [[ "1ドル" == "source" ]]; then
# Initial source
source $TOP_DIR/lib/tempest
elif [[ "1ドル" == "stack" && "2ドル" == "install" ]]; then
echo_summary "Installing Tempest"
# Tempest config must come after layer 2 services are running
echo_summary "Initializing Tempest"
# local.conf Tempest option overrides
:
# no-op
:
fi
# no-op
:
fi
fi