From 90fe4b9256d85bff4ff89fb64d400e8539fa36ff Mon Sep 17 00:00:00 2001 From: Brian Bland Date: Thu, 8 Oct 2015 16:46:59 -0700 Subject: [PATCH] Fixes documentation for swift driver "container" parameter No longer claims that an additional segments container is used Signed-off-by: Brian Bland --- docs/storage-drivers/swift.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/storage-drivers/swift.md b/docs/storage-drivers/swift.md index 372cb6abc..123ad92e1 100644 --- a/docs/storage-drivers/swift.md +++ b/docs/storage-drivers/swift.md @@ -49,10 +49,7 @@ An implementation of the `storagedriver.StorageDriver` interface that uses [Open

- The name of your Swift container where you wish to store objects. An - additional container called _segments stores the data - is used. The driver creates both the named container and the segments - container during its initialization. + The name of your Swift container where you wish to store objects. The driver creates the named container during its initialization.

@@ -136,4 +133,4 @@ An implementation of the `storagedriver.StorageDriver` interface that uses [Open

- \ No newline at end of file +