openstack-manuals/doc/common/section_keystone-concepts-domain-management.xml
Chandan kumar 201f5c6639 Added complete Doc Conventions in common guide.
backport: havana
Change-Id: I6851ef705247d619e78fb63cbcdf1ce804a548f1
Partial-Bug: #1121866
2013-12-02 10:18:32 +05:30

14 lines
793 B
XML

<?xml version="1.0" encoding="utf-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:id="identity-domains">
<title>Domains</title>
<para>A domain defines administrative boundaries for the management of Identity entities. A
domain may represent an individual, company, or operator-owned space. It is used for
exposing administrative activities directly to the system users.</para>
<para>A domain is a collection of tenants, users, and roles. Users may be given a domain's
administrator role. A domain administrator may create tenants, users, and groups within a
domain and assign roles to users and groups.</para>
</section>