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:
Eli Qiao
2016-05-31 16:16:09 +08:00
parent 8ac9576d1f
commit 299200f8f9
2 changed files with 1 additions and 4 deletions

View File

@@ -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

View File

@@ -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}