From 1d1db0f7c0ae338463a6b56cf17580322587e849 Mon Sep 17 00:00:00 2001 From: termie Date: Wed, 2 Nov 2011 16:41:01 -0700 Subject: [PATCH] rst blah blah --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d74ecb6716..03bb39d326 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,7 @@ There are a few main data types: * **User**: has account credentials, is associated with one or more tenants * **Tenant**: unit of ownership in openstack, contains one or more users * **Token**: identifying credential associated with a user or user and tenant - * **Extras**: bucket of key-values associated with a user-tenant pair, - typically used to define roles + * **Extras**: bucket of key-values associated with a user-tenant pair, typically used to define roles. 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,