Comment 6 for bug 1815325

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova-lxd (stable/rocky)

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