Comment 14 for bug 2015090

Revision history for this message
Felipe Reyes (freyes) wrote : Re: [Bug 2015090] Re: neutron.agent.dhcp.agent TypeError: 'bool' object is not subscriptable

On Wed, 2023-04-12 at 08:19 +0000, Sahid Orentino wrote:
> Thanks a lot.
>
> network.segments is returning a DictModel I guess it's the issue.
>
It holds a list of DictModel, `len(network.segments) > 0` will be True, see comment #10 .