Update example local.conf to consume stable/newton branch

Change-Id: I4116e1380bdf48bb8a229c7d6967e67b4ddafaf8
This commit is contained in:
Akihiro Motoki 2016-09-20 03:32:01 +09:00
parent 2c74d5516f
commit e801e35d26
2 changed files with 13 additions and 2 deletions

View File

@ -1,9 +1,10 @@
#!/bin/bash
# Target branch: master, stable/newton, ...
BRANCH=master
BRANCH=stable/newton
cd /opt/stack/horizon
git checkout $BRANCH
git remote update origin
git merge origin/$BRANCH
./run_tests.sh --compilemessages -N

View File

@ -1,5 +1,15 @@
[[local|localrc]]
BRANCH=master
BRANCH=stable/newton
# NOTE: We need to specify a branch explicitly until DevStack stable branch
# is prepared. At now, swift has no stable/newton branch.
CINDER_BRANCH=$BRANCH
GLANCE_BRANCH=$BRANCH
HEAT_BRANCH=$BRANCH
HORIZON_BRANCH=$BRANCH
KEYSTONE_BRANCH=$BRANCH
NEUTRON_BRANCH=$BRANCH
NOVA_BRANCH=$BRANCH
SWIFT_BRANCH=master
# When OS_CLOUD envvar is set, DevStack will be confused.
unset OS_CLOUD