cinder/releasenotes
GirishChilukuri d729522acb [IBM DS8000]: Fix compatability issue in get_host
get_host" checks for "os_type" and sets host type for DS8000, "os_type"
returned from python2.7 is "linux2" and from python3 is "linux". This
will lead the get_host to set the wrong host type.

Modified get_host to include "linux" in "os_type" check and removed the
"OShost" tag for host name.

Closes-Bug: #1903648
Change-Id: Ibafecf204465132d64d28102acbcc311079b65f8
2020-12-02 10:03:13 +00:00
..
notes [IBM DS8000]: Fix compatability issue in get_host 2020-12-02 10:03:13 +00:00
source Imported Translations from Zanata 2020-11-27 06:16:22 +00:00
README.rst Fix release notes link 2017-07-25 14:24:18 -07:00

README.rst

Release notes

The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.

A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.

Please see https://docs.openstack.org/cinder/latest/contributor/releasenotes.html for more details.