We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63992bc + 9d2647a commit b569ebdCopy full SHA for b569ebd
1 file changed
stack.sh
@@ -595,8 +595,10 @@ if is_service_enabled s-proxy; then
595
install_swift
596
configure_swift
597
598
+ # swift3 middleware to provide S3 emulation to Swift
599
if is_service_enabled swift3; then
- # swift3 middleware to provide S3 emulation to Swift
600
+ # replace the nova-objectstore port by the swift port
601
+ S3_SERVICE_PORT=8080
602
git_clone $SWIFT3_REPO $SWIFT3_DIR $SWIFT3_BRANCH
603
setup_develop $SWIFT3_DIR
604
fi
0 commit comments