Comment 6 for bug 1604748

Revision history for this message
Thomas Morin (tmmorin-orange) wrote :

What I found was that neutron does minimal checks at DB insertion:

https://github.com/openstack/neutron/blob/master/neutron/db/model_base.py#L30

Do you know a piece of code where Neutron actually checks that the tenant exists ?