From 9d2647a93f8788b22bc1d22046d40165bfba0013 Mon Sep 17 00:00:00 2001 From: rahmu Date: Wed, 24 Apr 2013 10:40:07 +0200 Subject: [PATCH] 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 --- stack.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index 497e8a1b71..bcf359272e 100755 --- a/stack.sh +++ b/stack.sh @@ -589,8 +589,10 @@ if is_service_enabled s-proxy; then install_swift configure_swift + # swift3 middleware to provide S3 emulation to Swift if is_service_enabled swift3; then - # swift3 middleware to provide S3 emulation to Swift + # replace the nova-objectstore port by the swift port + S3_SERVICE_PORT=8080 git_clone $SWIFT3_REPO $SWIFT3_DIR $SWIFT3_BRANCH setup_develop $SWIFT3_DIR fi