Files
cinder/releasenotes/notes/bug-1903648-ds8k-ostype-compatability-support-a86f608d8c014a29.yaml
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

7 lines
168 B
YAML

---
fixes:
- |
IBM DS8000 Driver `Bug #1903648
<https://bugs.launchpad.net/cinder/+bug/1903648>`_:
Fix os_type compatability and hostname template issue.