a2d662d600
The XML root element of Docbook XML files should match the following format: <ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I1e0804e2c5021bd78b77483f3156c5b069453555
95 lines
3.1 KiB
XML
95 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<appendix 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="reserved_uids">
|
|
<title>Reserved user IDs</title>
|
|
|
|
<para>
|
|
In OpenStack, certain user IDs are reserved and used to run
|
|
specific OpenStack services and own specific OpenStack
|
|
files. These users are set up according to the distribution
|
|
packages. The following table gives an overview.
|
|
</para>
|
|
|
|
<note os="debian;opensuse;sles;ubuntu">
|
|
<para>Some OpenStack packages generate and assign user IDs
|
|
automatically during package installation. In these cases, the
|
|
user ID value is not important. The existence of the user ID is
|
|
what matters.
|
|
</para>
|
|
</note>
|
|
|
|
<table rules="all">
|
|
<caption>Reserved user IDs</caption>
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
<th>ID</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<!-- sorted by first column -->
|
|
<tr>
|
|
<td>ceilometer</td>
|
|
<td>OpenStack Ceilometer Daemons</td>
|
|
<td os="rhel;centos;fedora">166</td>
|
|
<td os="debian;opensuse;sles;ubuntu">Assigned during package installation</td>
|
|
</tr>
|
|
<tr>
|
|
<td>cinder</td>
|
|
<td>OpenStack Cinder Daemons</td>
|
|
<td os="rhel;centos;fedora">165</td>
|
|
<td os="debian;opensuse;sles;ubuntu">Assigned during package installation</td>
|
|
</tr>
|
|
<tr>
|
|
<td>glance</td>
|
|
<td>OpenStack Glance Daemons</td>
|
|
<td os="rhel;centos;fedora">161</td>
|
|
<td os="debian;opensuse;sles;ubuntu">Assigned during package installation</td>
|
|
</tr>
|
|
<tr>
|
|
<td>heat</td>
|
|
<td>OpenStack Heat Daemons</td>
|
|
<td os="rhel;centos;fedora">187</td>
|
|
<td os="debian;opensuse;sles;ubuntu">Assigned during package installation</td>
|
|
</tr>
|
|
<tr>
|
|
<td>keystone</td>
|
|
<td>OpenStack Keystone Daemons</td>
|
|
<td os="rhel;centos;fedora">163</td>
|
|
<td os="debian;opensuse;sles;ubuntu">Assigned during package installation</td>
|
|
</tr>
|
|
<tr>
|
|
<td>neutron</td>
|
|
<td>OpenStack Neutron Daemons</td>
|
|
<td os="rhel;centos;fedora">164</td>
|
|
<td os="debian;opensuse;sles;ubuntu">Assigned during package installation</td>
|
|
</tr>
|
|
<tr>
|
|
<td>nova</td>
|
|
<td>OpenStack Nova Daemons</td>
|
|
<td os="rhel;centos;fedora">162</td>
|
|
<td os="opensuse;sles">96</td>
|
|
<td os="debian;ubuntu">Assigned during package installation</td>
|
|
</tr>
|
|
<tr>
|
|
<td>swift</td>
|
|
<td>OpenStack Swift Daemons</td>
|
|
<td os="rhel;centos;fedora">160</td>
|
|
<td os="debian;opensuse;sles;ubuntu">Assigned during package installation</td>
|
|
</tr>
|
|
<tr>
|
|
<td>trove</td>
|
|
<td>OpenStack Trove Daemons</td>
|
|
<td os="debian;opensuse;sles;ubuntu;rhel;centos;fedora">Assigned during package installation</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<para>Each user belongs to a user group with the same name as the
|
|
user.
|
|
</para>
|
|
</appendix>
|