Correct the wrong path of the nova log file

The paths of the nova-api.log and nova-compute.log are wrong
in Manage images in End User Guide, this patch fix them.

Change-Id: I10ec5734319237b79c7f7822b3dc7b62002df6a0
Closes-Bug: #1554870
This commit is contained in:
chenqiaomin
2016-03-08 13:00:14 -05:00
parent 54bc787a56
commit d34a36a1f0

View File

@@ -306,5 +306,5 @@ creation process.
later. Earlier versions of qemu result in an ``unknown option -s``
error message in the ``nova-compute.log`` file.
* Examine the ``/var/log/nova-api.log`` and
``/var/log/nova-compute.log`` log files for error messages.
* Examine the ``/var/log/nova/nova-api.log`` and
``/var/log/nova/nova-compute.log`` log files for error messages.