From 530d90c9c245e11feaae5b4031bd4d8b95e4db84 Mon Sep 17 00:00:00 2001 From: David Rabel Date: Wed, 22 Mar 2017 08:25:26 +0100 Subject: [PATCH] Delete unnecessary groupadd in multinode-lab Change-Id: I13c86a19c421d8ef102f35bcae63f6dc69317268 Closes-Bug: #1674897 --- doc/source/guides/multinode-lab.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/guides/multinode-lab.rst b/doc/source/guides/multinode-lab.rst index 1b7f4cd356..484ebba571 100644 --- a/doc/source/guides/multinode-lab.rst +++ b/doc/source/guides/multinode-lab.rst @@ -73,8 +73,7 @@ Otherwise create the stack user: :: - groupadd stack - useradd -g stack -s /bin/bash -d /opt/stack -m stack + useradd -s /bin/bash -d /opt/stack -m stack This user will be making many changes to your system during installation and operation so it needs to have sudo privileges to root without a