cinder/cinder/volume/targets
Lenny Verkhovsky 195e12b1c1 Fixed open tempfile.NamedTemporaryFile as text in Python3
Python3 opens tempfile by default as binary[1] and not as ascii,
and nvmetcli writes json output as ascii.

This issue was overlooked with Python2, since binary and ascii
variables are less distiguished there.

[1] https://docs.python.org/3/library/tempfile.html
[2] https://bugs.python.org/issue29245

Change-Id: Ia1f280ab64f0dc90824d4cb9ed20a8537af32ef6
Closes-Bug: 1855855
2019-12-16 15:19:20 +00:00
..
__init__.py Add iSCSI Target objects as independent objects 2014-11-25 09:09:00 -07:00
cxt.py Remove log translations 2017-03-19 14:59:57 +00:00
driver.py Refactoring for export functions in Target object 2015-02-12 19:25:31 -07:00
fake.py Remove unused __init__ 2016-07-04 10:36:56 +08:00
iet.py Switch ietadm to use olso.privsep 2019-01-11 13:30:55 +00:00
iscsi.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
lio.py [Trivial fix]Remove unnecessary slash 2019-05-06 13:56:27 +08:00
nvmeof.py move NVMEOF exception to target file 2019-05-10 16:57:32 +00:00
nvmet.py Fixed open tempfile.NamedTemporaryFile as text in Python3 2019-12-16 15:19:20 +00:00
scst.py Continue renaming of volume_utils (drivers) 2019-09-10 09:15:45 -04:00
spdknvmf.py Merge "target/spdknvmf: Add max_queue_depth configuration parameter" 2019-09-18 09:03:09 +00:00
tgt.py Move tgt targets to privsep 2018-10-24 14:28:59 -04:00