Add instructions on creating a user to the documentation, and call out
that the standard cloud-users are probably ok too
Change-Id: I1119a43f1d5ae7c0c208bf0cc16e2f7bee29a69d
| ... | ... |
@@ -44,6 +44,18 @@ Quick Start |
| 44 | 44 |
|
| 45 | 45 |
We recommend at least a :ref:`minimal-configuration` be set up. |
| 46 | 46 |
|
| 47 |
+#. Add Stack User |
|
| 48 |
+ |
|
| 49 |
+ Devstack should be run as a non-root user with sudo enabled |
|
| 50 |
+ (standard logins to cloud images such as "ubuntu" or "cloud-user" |
|
| 51 |
+ are usually fine). |
|
| 52 |
+ |
|
| 53 |
+ You can quickly create a separate `stack` user to run DevStack with |
|
| 54 |
+ |
|
| 55 |
+ :: |
|
| 56 |
+ |
|
| 57 |
+ devstack/tools/create-stack-user.sh; su stack |
|
| 58 |
+ |
|
| 47 | 59 |
#. Start the install |
| 48 | 60 |
|
| 49 | 61 |
:: |