Source lib/tls in upgrade-keystone

This will allow use of certificate installation code in devstack for
keystone.

Change-Id: I245d0fd816e25cb81fadd2929c7b2b77323db881
This commit is contained in:
Jamie Lennox 2013-10-04 11:58:21 +10:00
parent 5dab0847a4
commit 95246d0c39
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ source $TARGET_DEVSTACK_DIR/stackrc
SERVICE_HOST=${SERVICE_HOST:-localhost}
S3_SERVICE_PORT=${S3_SERVICE_PORT:-8080}
source $TARGET_DEVSTACK_DIR/lib/database
source $TARGET_DEVSTACK_DIR/lib/tls
# Get functions from current DevStack
source $TARGET_DEVSTACK_DIR/lib/keystone