I create a new class Applications in nova models.py and I mapped this class
to a new table in nova db using sqlalchemy version file ( nova db sync).

Application table has FK instances.uuid to link it to instances table. Now
I need to display on dashboard all applications details name and status for
a specific instance using instances.uuid

I need to know how to use nova api to get data from applications table.

Thank you
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to