Files
cloudkitty/devstack/upgrade/shutdown.sh
Pedro Henrique 3114c3f979 Add grenade tests
Change-Id: I427d4b91cc5da9e9b2ffdb4239a5256ab44a1e06
2024-03-05 18:06:11 +01:00

28 lines
546 B
Bash
Executable File

#!/bin/bash
#
#
set -o errexit
source $GRENADE_DIR/grenaderc
source $GRENADE_DIR/functions
source $BASE_DEVSTACK_DIR/functions
source $BASE_DEVSTACK_DIR/stackrc # needed for status directory
source $BASE_DEVSTACK_DIR/lib/tls
source $BASE_DEVSTACK_DIR/lib/apache
# Locate the cloudkitty plugin and get its functions
CLOUDKITTY_DEVSTACK_DIR=$(dirname $(dirname $0))
source $CLOUDKITTY_DEVSTACK_DIR/plugin.sh
set -o xtrace
stop_cloudkitty
# ensure everything is stopped
SERVICES_DOWN="ck-api ck-proc"
ensure_services_stopped $SERVICES_DOWN