|
...
|
...
|
@@ -78,6 +78,11 @@ passed as the user-data file when booting the VM.
|
|
78
|
78
|
As DevStack will refuse to run as root, this configures ``cloud-init``
|
|
79
|
79
|
to create a non-root user and run the ``start.sh`` script as that user.
|
|
80
|
80
|
|
|
|
81
|
+If you are using cloud-init and you have not
|
|
|
82
|
+`enabled custom logging <../configuration.html#enable-logging>`_ of the stack
|
|
|
83
|
+output, then the stack output can be found in
|
|
|
84
|
+``/var/log/cloud-init-output.log`` by default.
|
|
|
85
|
+
|
|
81
|
86
|
Launching By Hand
|
|
82
|
87
|
-----------------
|
|
83
|
88
|
|