update branches for ocata

Change-Id: I3d0ae54dd0dab1aab9720df7842ae3a243cf9d8c
This commit is contained in:
Sean Dague 2016-09-23 08:54:11 -04:00
parent 398af3bac2
commit 63f5ff6d9a
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:-mitaka}
BASE_RELEASE=${BASE_RELEASE:-newton}
BASE_RELEASE_DIR=${STACK_ROOT}/$BASE_RELEASE
TARGET_RELEASE=${TARGET_RELEASE:-newton}
TARGET_RELEASE=${TARGET_RELEASE:-ocata}
TARGET_RELEASE_DIR=${STACK_ROOT}/$TARGET_RELEASE
# DevStack sources