Jump to: navigation, search

Difference between revisions of "Obsolete:Nova Database Schema"

 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
In Nova, instances, users, groups, and networks are tracked using a relational database that you can query to get information. The attached documents describe the database schema including the relationships between the tables, the available indexes and primary keys, and the identifiers tracked by the database. These were updated for the Bexar release.
= Nova Database Schema=
 
  
In Nova, instances, users, groups, and networks are tracked using a relational database that you can query to get information. The attached documents describe the database schema including the relationships between the tables, the available indexes and primary keys, and the identifiers tracked by the database.
+
For Diablo, refer to  
  
== Tables==
+
https://docs.google.com/spreadsheet/ccc?key=0AsUHVTZg__ridEE3cjdrTWZaRGxtSXd0dVRUT0ZsdlE&hl=en_US#gid=0
 +
 
 +
== Tables ==
  
 
networks
 
networks
 +
 
instances
 
instances
 +
 
security_group_instance_association
 
security_group_instance_association
 +
 
fixed_ips
 
fixed_ips
 +
 
floating_ips
 
floating_ips
 +
 
volumes
 
volumes
 +
 
export_devices
 
export_devices
 +
 
isci_targets
 
isci_targets
 +
 
projects
 
projects
 +
 
user_project_association
 
user_project_association
 +
 
users
 
users
 +
 
user_role_association
 
user_role_association
 +
 
user_project_role_association
 
user_project_role_association
 +
 
services
 
services
 +
 
quotas
 
quotas
 +
 
auth_tokens
 
auth_tokens
 +
 
key_pairs
 
key_pairs
 +
 +
[[File:model-png.png]]

Latest revision as of 03:15, 7 October 2013

In Nova, instances, users, groups, and networks are tracked using a relational database that you can query to get information. The attached documents describe the database schema including the relationships between the tables, the available indexes and primary keys, and the identifiers tracked by the database. These were updated for the Bexar release.

For Diablo, refer to

https://docs.google.com/spreadsheet/ccc?key=0AsUHVTZg__ridEE3cjdrTWZaRGxtSXd0dVRUT0ZsdlE&hl=en_US#gid=0

Tables

networks

instances

security_group_instance_association

fixed_ips

floating_ips

volumes

export_devices

isci_targets

projects

user_project_association

users

user_role_association

user_project_role_association

services

quotas

auth_tokens

key_pairs

Model-png.png