Add UID of Trove assigned during installation (F20/EL6/EL7)

According to the latest SPECs used for F20/EL6/EL7 there is no
specific UID used for Trove.

Latest SPECs are available at
http://repos.fedorapeople.org/repos/openstack/openstack-icehouse/.

---snip---
getent passwd $USERNAME >/dev/null || \
  useradd -r -g $GROUPNAME -G $GROUPNAME -d $HOMEDIR -s /sbin/nologin \
    -c "$USERNAME Daemons" $USERNAME
---snap---

Change-Id: I651979d76f25692d30a8447d9e1a16ef6263696c
This commit is contained in:
Christian Berendt 2014-06-05 08:04:40 +02:00
parent 726fa1da31
commit fd1f151a46

View File

@ -83,8 +83,7 @@
<tr>
<td>trove</td>
<td>OpenStack Trove Daemons</td>
<td os="rhel;centos;fedora">Unknown FIXME</td>
<td os="debian;opensuse;sles;ubuntu">Assigned during package installation</td>
<td os="debian;opensuse;sles;ubuntu;rhel;centos;fedora">Assigned during package installation</td>
</tr>
</tbody>
</table>