rst blah blah

This commit is contained in:
termie 2011-11-02 16:41:01 -07:00
parent 169c4fb8c0
commit 1d1db0f7c0
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ There are a few main data types:
* **User**: has account credentials, is associated with one or more tenants * **User**: has account credentials, is associated with one or more tenants
* **Tenant**: unit of ownership in openstack, contains one or more users * **Tenant**: unit of ownership in openstack, contains one or more users
* **Token**: identifying credential associated with a user or user and tenant * **Token**: identifying credential associated with a user or user and tenant
* **Extras**: bucket of key-values associated with a user-tenant pair, * **Extras**: bucket of key-values associated with a user-tenant pair, typically used to define roles.
typically used to define roles
While the general data model allows a many-to-many relationship between Users While the general data model allows a many-to-many relationship between Users
and Tenants and a many-to-one relationship between Extras and User-Tenant pairs, and Tenants and a many-to-one relationship between Extras and User-Tenant pairs,