Browse code

Merge "Set the port of S3_URL to 8080 with swift3 enabled"

Jenkins authored on 2013/04/26 02:43:05
Showing 1 changed files
... ...
@@ -595,8 +595,10 @@ if is_service_enabled s-proxy; then
595 595
     install_swift
596 596
     configure_swift
597 597
 
598
+    # swift3 middleware to provide S3 emulation to Swift
598 599
     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
600 602
         git_clone $SWIFT3_REPO $SWIFT3_DIR $SWIFT3_BRANCH
601 603
         setup_develop $SWIFT3_DIR
602 604
     fi