summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Kekane <akekane@redhat.com>2020-04-06 06:27:26 +0000
committerAbhishek Kekane <akekane@redhat.com>2020-04-06 14:37:07 +0000
commit7e1460a1d055eafc6dee213040a16e6f2f4b6831 (patch)
tree59667a0d1c16765cbb03d6607eff2e6002c317d8
parent82da2378eaf1e2283ed623760d065cc972dd0871 (diff)
downloadpython-glanceclient-7e1460a1d055eafc6dee213040a16e6f2f4b6831.tar.gz
Add release note for glanceclient 3.0.0
Change-Id: I4556df86ab501362bdfae2d1457ba14dade52f22
-rw-r--r--releasenotes/notes/3.0.0_Release-1337ddc753b88905.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/releasenotes/notes/3.0.0_Release-1337ddc753b88905.yaml b/releasenotes/notes/3.0.0_Release-1337ddc753b88905.yaml
new file mode 100644
index 0000000..d4ef2de
--- /dev/null
+++ b/releasenotes/notes/3.0.0_Release-1337ddc753b88905.yaml
@@ -0,0 +1,25 @@
+---
+prelude: |
+ This version of python-glanceclient finalizes client-side support for
+ the Glance import image in multiple stores, copy existing image in
+ multiple stores and delete image from single store.
+fixes:
+ - |
+ Bug 1838694: glanceclient doesn't cleanup session it creates if one is not provided
+
+ .. _1838694: https://bugs.launchpad.net/python-glanceclient/+bug/1838694
+upgrade:
+ - |
+ The following Command Line Interface calls now take ``--stores``,
+ ``--all-stores`` and ``--allow-failure`` option:
+
+ * ``glance image-create-via-import``
+ * ``glance image-import``
+
+ The value for ``--stores`` option is a list of store identifiers. The
+ list of available stores may be obtained from the ``glance stores-info``
+ command.
+
+ The value for ``--all-stores`` option could be True or False.
+
+ The value for ``--allow-failure`` option could be True or False.