Updated from openstack-manuals

Change-Id: I122add5404553a6a4d6b607a5a3059c9498a52eb
This commit is contained in:
OpenStack Proposal Bot 2015-09-14 10:28:59 +00:00
parent 014d151620
commit 4173a8338b

View File

@ -1176,8 +1176,9 @@ OpenStack contribution process.
domain domain
In the Identity service, provides isolation between projects An Identity API v3 entity. Represents a collection of
and users. projects, groups and users that defines administrative boundaries for
managing OpenStack Identity entities.
On the Internet, separates a website from other sites. Often, On the Internet, separates a website from other sites. Often,
the domain name has two or more parts that are separated by dots. the domain name has two or more parts that are separated by dots.
For example, yahoo.com, usa.gov, harvard.edu, or For example, yahoo.com, usa.gov, harvard.edu, or
@ -1609,6 +1610,11 @@ OpenStack contribution process.
San Diego, California, US and Grizzly is an element of the state flag of San Diego, California, US and Grizzly is an element of the state flag of
California. California.
Group
An Identity v3 API entity. Represents a collection of users that is
owned by a specific domain.
guest OS guest OS
An operating system instance running under the control of a An operating system instance running under the control of a
@ -2760,8 +2766,9 @@ OpenStack contribution process.
project project
A logical grouping of users within Compute; defines quotas and Projects represent the base unit of “ownership” in OpenStack,
access to VM images. in that all resources in OpenStack should be owned by a specific project.
In OpenStack Identity, a project must be owned by a specific domain.
project ID project ID
@ -3547,9 +3554,9 @@ OpenStack contribution process.
user user
In Identity, each user is associated with one or more In OpenStack Identity, entities represent individual API
tenants, and in Compute can be associated with roles, projects, or consumers and are owned by a specific domain. In OpenStack Compute,
both. a user can be associated with roles, projects, or both.
user data user data