Browse code

Merge "Updates samples/localrc comment"

Jenkins authored on 2013/10/15 03:47:55
Showing 1 changed files
... ...
@@ -83,7 +83,8 @@ SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
83 83
 # Set this to 1 to save some resources:
84 84
 SWIFT_REPLICAS=1
85 85
 
86
-# The data for Swift is stored in the source tree by default (``$DEST/swift/data``)
87
-# and can be moved by setting ``SWIFT_DATA_DIR``. The directory will be created
86
+# The data for Swift is stored by default in (``$DEST/data/swift``),
87
+# or (``$DATA_DIR/swift``) if ``DATA_DIR`` has been set, and can be
88
+# moved by setting ``SWIFT_DATA_DIR``. The directory will be created
88 89
 # if it does not exist.
89 90
 SWIFT_DATA_DIR=$DEST/data