Merge "Don't setup swift3 if it's not being used."

This commit is contained in:
Jenkins 2012-07-17 19:58:13 +00:00 committed by Gerrit Code Review
commit 23c754b7d2

View File

@ -697,6 +697,8 @@ fi
if is_service_enabled swift; then if is_service_enabled swift; then
setup_develop $SWIFT_DIR setup_develop $SWIFT_DIR
setup_develop $SWIFTCLIENT_DIR setup_develop $SWIFTCLIENT_DIR
fi
if is_service_enabled swift3; then
setup_develop $SWIFT3_DIR setup_develop $SWIFT3_DIR
fi fi
if is_service_enabled g-api n-api; then if is_service_enabled g-api n-api; then