24 lines
498 B
Bash
Raw Permalink Normal View History

#!/bin/bash
#
#
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/apache
source $BASE_DEVSTACK_DIR/lib/keystone
set -o xtrace
stop_keystone
# Then sanity check that services are actually down
SERVICES_DOWN="keystone-all"
ensure_services_stopped $SERVICES_DOWN