From 534dc9741aad326254a0133a36f4a09c83467832 Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Mon, 6 Apr 2020 07:48:53 +0000 Subject: [PATCH] Ussuri final release notes (Also hit a few lines in the docs affected by the heading-as-anchor case sensitivity issue from Sphinx 3.0.0.) Change-Id: Idc031028f6f78635c9836f9ef082f0eef632eb2f --- doc/source/glossary.rst | 6 ++-- .../notes/ussuri-final-b377a21508ada060.yaml | 36 +++++++++++++++++++ 2 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 releasenotes/notes/ussuri-final-b377a21508ada060.yaml diff --git a/doc/source/glossary.rst b/doc/source/glossary.rst index d462b28e02..1fe73aca54 100644 --- a/doc/source/glossary.rst +++ b/doc/source/glossary.rst @@ -2536,7 +2536,7 @@ N neutron - Codename for OpenStack :term:`Networking service `. neutron API @@ -2567,7 +2567,7 @@ N Provides support for NexentaStor devices in Compute. - NFV Orchestration Service (tacker) + NFV Orchestration service (tacker) OpenStack service that aims to implement Network Function Virtualization (NFV) orchestration services and libraries for end-to-end life-cycle @@ -2613,7 +2613,7 @@ N Nova API - Alternative term for the :term:`Compute API `. + Alternative term for the :term:`Compute API `. nova-network diff --git a/releasenotes/notes/ussuri-final-b377a21508ada060.yaml b/releasenotes/notes/ussuri-final-b377a21508ada060.yaml new file mode 100644 index 0000000000..f44b04728c --- /dev/null +++ b/releasenotes/notes/ussuri-final-b377a21508ada060.yaml @@ -0,0 +1,36 @@ +--- +prelude: | + Ussuri release includes multiple important milestones in Glance development + priorities. + + * Added support for importing images in multiple stores + + * Added support for copying existing images in multiple stores + + * Added support to delete image from single store + + * Dropped support for python 2.7 + +fixes: + - | + Bug 1823703_: Wrong version URL when Glance is deployed behind proxy with vhost + - | + Bug 1863021_: eventlet monkey patch results in assert len(_active) == 1 AssertionError + - | + Bug 1855708_: Reload tests broken in Py3 + - | + Bug 1850412_: Useful image properties in glance - os_admin_user not documented + - | + Bug 1863879_: Multiple import fails if all-stores 'True' is passed + - | + Bug 1861723_: Glance is listening on TCP socket before store initialization + - | + Bug 1861501_: Store ID fetched from URI is incorrectly encoded under py27 + + .. _1823703: https://code.launchpad.net/bugs/1823703 + .. _1863021: https://code.launchpad.net/bugs/1863021 + .. _1855708: https://code.launchpad.net/bugs/1855708 + .. _1850412: https://code.launchpad.net/bugs/1850412 + .. _1863879: https://code.launchpad.net/bugs/1863879 + .. _1861723: https://code.launchpad.net/bugs/1861723 + .. _1861501: https://code.launchpad.net/bugs/1861501