Merge "Disable automated cleaning for single node grenade"

This commit is contained in:
Jenkins 2017-08-02 14:56:04 +00:00 committed by Gerrit Code Review
commit 9ba9c8a475
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ source $BASE_TOP_DIR/lib/neutron-legacy
source $BASE_TOP_DIR/lib/apache
source $BASE_TOP_DIR/lib/keystone
if [[ "${HOST_TOPOLOGY}" != "multinode" ]]; then
# Disable automated cleaning on single node grenade to save a time and resources.
export IRONIC_AUTOMATED_CLEAN_ENABLED=False
fi
# Update global variables like DEFAULT_IMAGE_NAME that are set in ironic devstack plugin
IRONIC_BASE_DEVSTACK_DIR=$BASE_TOP_DIR/../ironic/devstack
source $IRONIC_BASE_DEVSTACK_DIR/lib/ironic