summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2019-09-12 12:29:04 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2019-09-12 12:34:17 -0400
commitbaddc063a15408138e886feccc1ee90e90844cde (patch)
treead6e393a9483861ad2c83bdf539cc9321b820907
parent7547179351a02ee4553d82247fd5ecb177c4e5aa (diff)
downloadpython-glanceclient-baddc063a15408138e886feccc1ee90e90844cde.tar.gz
Add release note for glanceclient 2.17.0
Change-Id: Ib5cc95d4faad4847297c62ed6943dbc357a64234
-rw-r--r--releasenotes/notes/2.17.0_Release-c67392be3b428d10.yaml35
1 files changed, 35 insertions, 0 deletions
diff --git a/releasenotes/notes/2.17.0_Release-c67392be3b428d10.yaml b/releasenotes/notes/2.17.0_Release-c67392be3b428d10.yaml
new file mode 100644
index 0000000..d52fcc0
--- /dev/null
+++ b/releasenotes/notes/2.17.0_Release-c67392be3b428d10.yaml
@@ -0,0 +1,35 @@
+---
+prelude: |
+ This version of python-glanceclient finalizes client-side support for
+ the Glance multiple stores feature. See the `Multi Store Support
+ <https://docs.openstack.org/glance/latest/admin/multistores.html>`_
+ section of the Glance documentation for more information.
+
+ Support for Glance multiple stores has been available on an EXPERIMENTAL
+ basis since release 2.12.0. For the Train release, the Image service
+ has finalized how API users interact with multiple stores. See the
+ "Upgrade Notes" section of this document for information about changes this
+ has necessitated in multistore support in the glanceclient.
+fixes:
+ - |
+ Bug 1822052_: HTTPClient: actually set a timeout for requests
+
+ .. _1822052: https://code.launchpad.net/bugs/1822052
+upgrade:
+ - |
+ The following Command Line Interface calls now take a ``--store``
+ option:
+
+ * ``glance image-create``
+ * ``glance image-create-via-import``
+ * ``glance image-upload``
+ * ``glance image-import``
+
+ The value for this option is a store identifier. The list of
+ available stores may be obtained from the ``glance stores-info``
+ command.
+
+ - |
+ The ``--backend`` option, available on some commands on an experimental
+ basis since release 2.12.0, is no longer available. Use ``--store``
+ instead.