update references for mitaka

Change-Id: I04db6d26ffb7e27842da381abcf62e2f44605776
This commit is contained in:
Sean Dague 2015-09-30 06:22:54 -04:00
parent bed50c80bc
commit c2713acc48
1 changed files with 2 additions and 2 deletions

View File

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