Switch base to Mitaka

Liberty -> Mitaka. We just cut the mitaka stable branch

Change-Id: Ie3882e2e6e0920c6543c9965b151bdc82d903f99
This commit is contained in:
Davanum Srinivas 2016-03-24 06:46:39 -04:00
parent 575b2cc956
commit 190ab3c5c5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ STACK_ROOT=${STACK_ROOT:-/opt/stack}
DATA_DIR=${STACK_ROOT}/data
# Release info
BASE_RELEASE=${BASE_RELEASE:-liberty}
BASE_RELEASE=${BASE_RELEASE:-mitaka}
BASE_RELEASE_DIR=${STACK_ROOT}/$BASE_RELEASE
TARGET_RELEASE=${TARGET_RELEASE:-mitaka}