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
7 lines
168 B
YAML
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.
|