swift3 is not on OpenStack infra (yet) use the github url instead.
Closes-Bug: #1275923
Change-Id: I0cc393f93b65dcf8642b3a35925eb9eba3c2e1eb
| ... | ... |
@@ -162,7 +162,7 @@ REQUIREMENTS_BRANCH=${REQUIREMENTS_BRANCH:-master}
|
| 162 | 162 |
# storage service |
| 163 | 163 |
SWIFT_REPO=${SWIFT_REPO:-${GIT_BASE}/openstack/swift.git}
|
| 164 | 164 |
SWIFT_BRANCH=${SWIFT_BRANCH:-master}
|
| 165 |
-SWIFT3_REPO=${SWIFT3_REPO:-${GIT_BASE}/fujita/swift3.git}
|
|
| 165 |
+SWIFT3_REPO=${SWIFT3_REPO:-http://github.com/fujita/swift3.git}
|
|
| 166 | 166 |
SWIFT3_BRANCH=${SWIFT3_BRANCH:-master}
|
| 167 | 167 |
|
| 168 | 168 |
# python swift client library |