deb-sahara/devstack/upgrade/shutdown.sh
Andrey Pavlov 02a0f99d02 Adding Grenade support for Sahara
Grenade is an OpenStack test harness to exercise
the upgrade process between releases. This patch
adds ability of Sahara upgrade testing.

Change-Id: Iacc1225d92aad3aee4e6cda6be4d9691be49d927
2015-08-20 17:28:41 +03:00

22 lines
432 B
Bash
Executable File

#!/bin/bash
# ``shutdown-sahara``
set -o errexit
source $GRENADE_DIR/grenaderc
source $GRENADE_DIR/functions
# We need base DevStack functions for this
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/sahara
set -o xtrace
stop_sahara
# sanity check that service is actually down
ensure_services_stopped sahara