summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2013-12-09 10:33:53 -0800
committerJohn Dickinson <me@not.mn>2013-12-09 10:33:53 -0800
commit038878b1a4eeb8ec94faf3a6285b43beb49a190c (patch)
tree64ac8539073ea6a7487d4395b0516ddab2abb64a
parent55dafa2f07cc0406a747e2a4b970a276ff5f43f1 (diff)
downloadswift-038878b1a4eeb8ec94faf3a6285b43beb49a190c.tar.gz
clarify the current state of the DiskFile API
Change-Id: Ia3d62c53d14c9a5efdb9a39b08817320cf331085
-rw-r--r--CHANGELOG5
-rw-r--r--doc/source/development_ondisk_backends.rst2
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8ec878bbf..8ab1ba898 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -44,8 +44,9 @@ swift (1.11.0)
The DiskFile abstraction for talking to data on disk has been
refactored to allow alternate implementations to be developed.
Included in the codebase is an in-memory reference
- implementation. For full documentation, please see
- http://docs.openstack.org/developer/swift/development_ondisk_backends.html
+ implementation. For full documentation, please see the developer
+ documentation. The DiskFile API is still a work in progress and
+ is not yet finalized.
* Removal of swift-bench
diff --git a/doc/source/development_ondisk_backends.rst b/doc/source/development_ondisk_backends.rst
index 6762de534..9479cc8eb 100644
--- a/doc/source/development_ondisk_backends.rst
+++ b/doc/source/development_ondisk_backends.rst
@@ -15,6 +15,8 @@ servers. For historical reasons, the object server backend reference
implementation module is named `diskfile`, while the account and container
server backend reference implementation modules are named appropriately.
+This API is still under development and not yet finalized.
+
-----------------------------------------
Back-end API for Account Server REST APIs
-----------------------------------------