extras.d/80-tempest.sh
768295e9
 # tempest.sh - DevStack extras script
 
 source $TOP_DIR/lib/tempest
 
 if [[ "$1" == "stack" ]]; then
     # Configure Tempest last to ensure that the runtime configuration of
     # the various OpenStack services can be queried.
     if is_service_enabled tempest; then
         echo_summary "Configuring Tempest"
         install_tempest
         configure_tempest
1d29d8bc
         init_tempest
768295e9
     fi
 fi
 
 if [[ "$1" == "unstack" ]]; then
     # no-op
     :
 fi