summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCindy Pallares <cindy.pallaresq@gmail.com>2015-03-16 18:14:37 -0500
committerIan Cordasco <ian.cordasco@rackspace.com>2015-03-31 00:12:46 +0000
commitcddecb105e054ad7a70df30d93f7f9cb1f6b52ad (patch)
tree70d553f8f802b688e0aeef5230db86a359a7e688 /doc
parentea88e503b617a7ac9a0ae7e537d6517e9992a104 (diff)
downloadglance_store-cddecb105e054ad7a70df30d93f7f9cb1f6b52ad.tar.gz
Add release notes for 0.1.10-0.3.0
Closes-bug: #1429898 Change-Id: Ib4fa73e43d9fc6e0991332fa1122ae1512233c57
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst76
1 files changed, 76 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 81a1249..d5f8f36 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -26,6 +26,82 @@ Release Notes
.. _1429785: https://bugs.launchpad.net/glance-store/+bug/1429785
.. _1418396: https://bugs.launchpad.net/glance-store/+bug/1418396
+0.3.0
+-----
+* Deprecate VMware store single datastore options
+* VMware: Support Multiple Datastores. This adds a new config option
+``vmware_datastores`` to configure multiple datastores.
+
+0.2.0
+------
+
+* 1425617_: Support for deleting images stored as SLO in Swift
+* Enable DRIVER_REUSABLE for vmware store
+
+.. _1425617: https://bugs.launchpad.net/glance-store/+bug/1425617
+
+0.1.12
+------
+
+* Show fully qualified store name in update_capabilities() logging
+* Move to hacking 0.10
+* Fix sorting query string keys for arbitrary url schemes
+* Remove duplicate key
+* Add coverage report to run_test.sh
+* Use a named enum for capability values
+* Convert httpretty tests to requests-mock
+
+0.1.11
+-------
+
+* 1402354_: Check VMware session before uploading image
+* Add capabilities to storage driver
+* Replace snet config with endpoint config. Instead of constructing a URL with
+a prefix from what is returned by auth, specify the URL via configuration.
+* 1413852_: Remove retry on failed uploads to VMware datastore
+* 1401778_: Validate metadata JSON file. Metadata JSON schema file should
+be valid objects. This JSON object should contain keys 'id', 'mountpoint' and
+value of both keys should be string. Example of valid metadata JSON::
+
+ 1. If there is only one mountpoint-
+ {
+ "id": "f0781415-cf81-47cd-8860-b83f9c2a415c",
+ "mountpoint": "/var/lib/glance/images/"
+ }
+
+ 2. If there are more than one mountpoints-
+ [
+ {
+ "id": "f0781415-cf81-47cd-8860-b83f9c2a415c",
+ "mountpoint": "/var/lib/glance/images1/"
+ },
+ {
+ "id": "asd81415-cf81-47cd-8860-b83f9c2a415c",
+ "mountpoint": "/var/lib/glance/images2/"
+ }
+ ]
+
+* Add needed extra space to error message
+* 1375857_: Define a new parameter to pass CA cert file. This change adds a new
+parameter for the swift store driver that allows to speficy the name of the CA
+cert file to use in the SSL connections for verifying certificates. This
+parameter is passed to the swiftclient in the creation of the connection.
+The parameter is called ``swift_store_cacert``.
+* 1379798_: Raise appropriate exception if socket error occurs
+* Swift Store to use Multiple Containers. Swift Store will now use multiple
+containers in single-tenant mode in order to avoid swift rate limiting on a
+single container.
+* Remove deprecated options
+* Correct GlanceStoreException to provide valid message - glance_store
+* 1350010_: VMware store: Re-use api session token
+
+.. _1402354: https://bugs.launchpad.net/glance-store/+bug/1402354
+.. _1413852: https://bugs.launchpad.net/glance-store/+bug/1413852
+.. _1401778: https://bugs.launchpad.net/glance-store/+bug/1401778
+.. _1375857: https://bugs.launchpad.net/glance-store/+bug/1375857
+.. _1379798: https://bugs.launchpad.net/glance-store/+bug/1379798
+.. _1350010: https://bugs.launchpad.net/glance-store/+bug/1350010
+
0.0.1a1
-------