Fix typo in devstack lib
* Fix typo in devstack lib of higgins * move plugin repo settings to project-config from gate_hook.sh because we project-config need that to clone code first. We can enable voting soon. Change-Id: I62228508541f5953886d394cd2a63427336b966e
This commit is contained in:
@@ -18,7 +18,4 @@
|
||||
# Keep all devstack settings here instead of project-config for easy
|
||||
# maintain if we want to change devstack config settings in future.
|
||||
|
||||
export PROJECTS="openstack/higgins $PROJECTS"
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin higgins git://git.openstack.org/openstack/higgins"
|
||||
|
||||
$BASE/new/devstack-gate/devstack-vm-gate.sh
|
||||
|
||||
@@ -31,7 +31,7 @@ set +o xtrace
|
||||
# Set up default directories
|
||||
HIGGINS_REPO=${HIGGINS_REPO:-${GIT_BASE}/openstack/higgins.git}
|
||||
HIGGINS_BRANCH=${HIGGINS_BRANCH:-master}
|
||||
HIGGINS_DIR=$DEST/HIGGINS
|
||||
HIGGINS_DIR=$DEST/higgins
|
||||
|
||||
HIGGINS_STATE_PATH=${HIGGINS_STATE_PATH:=$DATA_DIR/higgins}
|
||||
HIGGINS_AUTH_CACHE_DIR=${HIGGINS_AUTH_CACHE_DIR:-/var/cache/higgins}
|
||||
|
||||
Reference in New Issue
Block a user