File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ OPENSTACKCLIENT_DIR=$DEST/python-openstackclient
215215NOVNC_DIR=$DEST /noVNC
216216SWIFT_DIR=$DEST /swift
217217SWIFT3_DIR=$DEST /swift3
218+ SWIFTCLIENT_DIR=$DEST /python-swiftclient
218219QUANTUM_DIR=$DEST /quantum
219220QUANTUM_CLIENT_DIR=$DEST /python-quantumclient
220221MELANGE_DIR=$DEST /melange
684685if is_service_enabled swift; then
685686 # storage service
686687 git_clone $SWIFT_REPO $SWIFT_DIR $SWIFT_BRANCH
688+ # storage service client and and Library
689+ git_clone $SWIFTCLIENT_REPO $SWIFTCLIENT_DIR $SWIFTCLIENT_BRANCH
690+ # swift3 middleware to provide S3 emulation to Swift
687691 git_clone $SWIFT3_REPO $SWIFT3_DIR $SWIFT3_BRANCH
688692fi
689693if is_service_enabled g-api n-api; then
@@ -728,6 +732,7 @@ if is_service_enabled key g-api n-api swift; then
728732fi
729733if is_service_enabled swift; then
730734 cd $SWIFT_DIR ; setup_develop
735+ cd $SWIFTCLIENT_DIR ; setup_develop
731736 cd $SWIFT3_DIR ; setup_develop
732737fi
733738if is_service_enabled g-api n-api; then
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ SWIFT3_REPO=https://github.com/fujita/swift3.git
2020SWIFT3_BRANCH=master
2121
2222
23+ # python swift client library
24+ SWIFTCLIENT_REPO=https://github.com/openstack/python-swiftclient
25+ SWIFTCLIENT_BRANCH=master
26+
2327# image catalog service
2428GLANCE_REPO=https://github.com/openstack/glance.git
2529GLANCE_BRANCH=master
You can’t perform that action at this time.
0 commit comments