Comment 45 for bug 1541928

Revision history for this message
asingh (aradhana1-singh) wrote :

Implementation for standard_attr_id in Tag model when compared to Port, SecurityGroup etc model is different.
https://github.com/openstack/neutron/blob/master/neutron/db/tag_db.py#L23
https://github.com/openstack/neutron/blob/master/neutron/db/models_v2.py#L117
https://github.com/openstack/neutron/blob/master/neutron/db/models/securitygroup.py#L23
Why is standard_attr_id attribute in Tag is being treated differently? Does the model for tag need to be modified before ovo object is created for it?