From f798ec12422b6ff9314e0f5fbaa995ab7203b419 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 1 Sep 2015 13:20:48 -0700 Subject: [PATCH] docs: add a blurb in the single-vm doc about cloud-init log output I had to poke around for awhile to find /var/log/cloud-init-output.log so I figured I'd add a sentence in the docs about using that. Change-Id: I8bb6cb730032e41661ee443da816cbea2b28f76d --- doc/source/guides/single-vm.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/guides/single-vm.rst b/doc/source/guides/single-vm.rst index c2ce1a34a0..515cd505c3 100644 --- a/doc/source/guides/single-vm.rst +++ b/doc/source/guides/single-vm.rst @@ -78,6 +78,11 @@ passed as the user-data file when booting the VM. As DevStack will refuse to run as root, this configures ``cloud-init`` to create a non-root user and run the ``start.sh`` script as that user. +If you are using cloud-init and you have not +`enabled custom logging <../configuration.html#enable-logging>`_ of the stack +output, then the stack output can be found in +``/var/log/cloud-init-output.log`` by default. + Launching By Hand -----------------