Reviewed: https://review.openstack.org/640067 Committed: https://git.openstack.org/cgit/openstack/nova-lxd/commit/?id=8ee2979084ab79fcef26fa6db01671e79a7b6be9 Submitter: Zuul Branch: stable/rocky
commit 8ee2979084ab79fcef26fa6db01671e79a7b6be9 Author: Michael Johnson <email address hidden> Date: Sun Feb 10 10:23:38 2019 -0800
Fix 'filter' object is not subscriptable
nova-lxd has a python3 compatibility issue where it will fail with: TypeError: 'filter' object is not subscriptable
This patch corrects that problem.
Change-Id: Iaa275eb770bca53fac2aae201cc5597e660c64df Related-Bug: #1815325
Reviewed: https:/ /review. openstack. org/640067 /git.openstack. org/cgit/ openstack/ nova-lxd/ commit/ ?id=8ee2979084a b79fcef26fa6db0 1671e79a7b6be9
Committed: https:/
Submitter: Zuul
Branch: stable/rocky
commit 8ee2979084ab79f cef26fa6db01671 e79a7b6be9
Author: Michael Johnson <email address hidden>
Date: Sun Feb 10 10:23:38 2019 -0800
Fix 'filter' object is not subscriptable
nova-lxd has a python3 compatibility issue where it will fail with:
TypeError: 'filter' object is not subscriptable
This patch corrects that problem.
Change-Id: Iaa275eb770bca5 3fac2aae201cc55 97e660c64df
Related-Bug: #1815325