Skip to content

Commit b569ebd

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Set the port of S3_URL to 8080 with swift3 enabled"
2 parents 63992bc + 9d2647a commit b569ebd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

stack.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,10 @@ if is_service_enabled s-proxy; then
595595
install_swift
596596
configure_swift
597597

598+
# swift3 middleware to provide S3 emulation to Swift
598599
if is_service_enabled swift3; then
599-
# swift3 middleware to provide S3 emulation to Swift
600+
# replace the nova-objectstore port by the swift port
601+
S3_SERVICE_PORT=8080
600602
git_clone $SWIFT3_REPO $SWIFT3_DIR $SWIFT3_BRANCH
601603
setup_develop $SWIFT3_DIR
602604
fi

0 commit comments

Comments
 (0)