introspective-instance-monitor:Calling none in maps in Python 3

Bug #1844295 reported by 长孙弘奕
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
masakari-monitors
New
Undecided
Unassigned

Bug Description

in masakari-monitors/masakarimonitors/introspectiveinstancemonitor/qemu_utils.py:396
code
```
            for row in map(None, *[iter(running)] * columns):
```
can not work with python3.
It return
```
TypeError: 'NoneType' object is not callable
```

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.