Skip to content

Commit 9d2647a

Browse files
author
rahmu
committed
Set the port of S3_URL to 8080 with swift3 enabled
Fixes: bug #1171608 The value of the port defaults to 3333 which is the default for nova-objectstore. Change-Id: If87df6a765bcfc4d467628411dceec72d5af412e
1 parent 1f2102c commit 9d2647a

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
@@ -589,8 +589,10 @@ if is_service_enabled s-proxy; then
589589
install_swift
590590
configure_swift
591591

592+
# swift3 middleware to provide S3 emulation to Swift
592593
if is_service_enabled swift3; then
593-
# swift3 middleware to provide S3 emulation to Swift
594+
# replace the nova-objectstore port by the swift port
595+
S3_SERVICE_PORT=8080
594596
git_clone $SWIFT3_REPO $SWIFT3_DIR $SWIFT3_BRANCH
595597
setup_develop $SWIFT3_DIR
596598
fi

0 commit comments

Comments
 (0)