Comment 1 for bug 1815325

Revision history for this message
Alex Kavanagh (ajkavanagh) wrote :

Hi Michael

Some of the stack trace seems missing. Also, please could you provide information for:

* Host OS
* LXD version
* OpenStack version of nova and nova-lxd (e.g. queens, rocky, or version numbers)
* The nova.conf for the LXD compute host

I suspect, but I'm not sure, that the bug is because it's running in Python3 (which it should be able to do!), and the code in question from driver.py is trying to use the [] operator on the filter object (Python3) rather than a list returned from filter (Python2). If you can confirm the versions, I can get the bug fixed and backported (as needed).