Comment 6 for bug 1607412

Revision history for this message
eil397 (anton-haldin) wrote :

and exception maybe created here:
https://github.com/openstack/neutron/blob/master/neutron/api/v2/attributes.py#L459

    extra_keys = set(res_dict.keys()) - set(attr_info.keys())
    if extra_keys: