Merge "Run swift-container-sync under run_process"

This commit is contained in:
Zuul
2018-03-05 12:47:57 +00:00
committed by Gerrit Code Review

View File

@@ -827,7 +827,8 @@ function start_swift {
else
# The container-sync daemon is strictly needed to pass the container
# sync Tempest tests.
swift-init --run-dir=${SWIFT_DATA_DIR}/run container-sync start
enable_service s-container-sync
run_process s-container-sync "$SWIFT_BIN_DIR/swift-container-sync ${SWIFT_CONF_DIR}/container-server/1.conf"
fi
else
swift-init --run-dir=${SWIFT_DATA_DIR}/run all restart || true