Comment 12 for bug 1616094

Revision history for this message
Turbo Fredriksson (turbo-bayour) wrote :

After some more debugging, it seems like it's a problem in

  https://github.com/openstack/neutron/blob/stable/mitaka/neutron/api/v2/attributes.py#L940-L941

Putting a LOG.debug() in there, I see the debug! So it seems like it's THERE the problem is.

This, the "fill_default_value()" is called from

  https://github.com/openstack/neutron/blob/master/neutron/api/v2/base.py#L678