Browse code

Delete unnecessary groupadd in multinode-lab

Change-Id: I13c86a19c421d8ef102f35bcae63f6dc69317268
Closes-Bug: #1674897

David Rabel authored on 2017/03/22 16:25:26
Showing 1 changed files
... ...
@@ -73,8 +73,7 @@ Otherwise create the stack user:
73 73
 
74 74
 ::
75 75
 
76
-    groupadd stack
77
-    useradd -g stack -s /bin/bash -d /opt/stack -m stack
76
+    useradd -s /bin/bash -d /opt/stack -m stack
78 77
 
79 78
 This user will be making many changes to your system during installation
80 79
 and operation so it needs to have sudo privileges to root without a