Merge "Fixing grenade_job"
This commit is contained in:
commit
9115c85adc
@ -10,6 +10,7 @@ source $GRENADE_DIR/functions
|
|||||||
# We need base DevStack functions for this
|
# We need base DevStack functions for this
|
||||||
source $BASE_DEVSTACK_DIR/functions
|
source $BASE_DEVSTACK_DIR/functions
|
||||||
source $BASE_DEVSTACK_DIR/stackrc # needed for status directory
|
source $BASE_DEVSTACK_DIR/stackrc # needed for status directory
|
||||||
|
|
||||||
source $BASE_DEVSTACK_DIR/lib/tls
|
source $BASE_DEVSTACK_DIR/lib/tls
|
||||||
source $BASE_DEVSTACK_DIR/lib/sahara
|
source $BASE_DEVSTACK_DIR/lib/sahara
|
||||||
|
|
||||||
@ -18,4 +19,4 @@ set -o xtrace
|
|||||||
stop_sahara
|
stop_sahara
|
||||||
|
|
||||||
# sanity check that service is actually down
|
# sanity check that service is actually down
|
||||||
ensure_services_stopped sahara
|
ensure_services_stopped sahara-all
|
||||||
|
Loading…
Reference in New Issue
Block a user