Comment 7 for bug 1702739

Revision history for this message
Gloria Gu (gloria-gu) wrote : Re: non-shared network with subnet on network topology does not have subnet listed in pop up dialog when click

@Lucas, I checked the latest master code ...looks like the problem is still there:

in network_topology/views.py
line 306 snet is an object
line 308 call self.add_resource_url with snet object

line 211 where add_resource_url is defined...line 223, it will fail here silently since snet is not an array.

openstack system setup doesn't seem to be happy, I have to reset it up again...but I expect the problem should still exist.