I'm adding one class nova.db.sqlalchemy.models to create associated table in Nova DB but its not reflecting there.
Doing same in neutron is creating a Table in Neutron DB.
Openstack documentation does not explains how to extend the database anywhere. http://docs.openstack.org/developer/nova/api/nova.db.sqlalchemy.models.html
How this issue can be resolved ?