using the sample form the source
Change-Id: I01874b650cd5d662ca2feabe58cc880155c9421e
| ... | ... |
@@ -368,6 +368,7 @@ function configure_swift {
|
| 368 | 368 |
|
| 369 | 369 |
SWIFT_CONFIG_PROXY_SERVER=${SWIFT_CONF_DIR}/proxy-server.conf
|
| 370 | 370 |
cp ${SWIFT_DIR}/etc/proxy-server.conf-sample ${SWIFT_CONFIG_PROXY_SERVER}
|
| 371 |
+ cp ${SWIFT_DIR}/etc/internal-client.conf-sample ${SWIFT_CONF_DIR}/internal-client.conf
|
|
| 371 | 372 |
|
| 372 | 373 |
# To run container sync feature introduced in Swift ver 1.12.0, |
| 373 | 374 |
# container sync "realm" is added in container-sync-realms.conf |