[config-ref] Convert nova logs section to RST

Change-Id: I1396d867624341cddf0d21a57677341c666265be
Implements: blueprint config-ref-rst
This commit is contained in:
KATO Tomoyuki 2015-11-27 12:20:30 +09:00
parent 908c57adcc
commit a3f120d118
2 changed files with 48 additions and 0 deletions

View File

@ -5,5 +5,6 @@ Compute
.. toctree::
:maxdepth: 1
compute/nova-logs.rst
compute/config-samples.rst
tables/conf-changes/nova.rst

View File

@ -0,0 +1,47 @@
=================
Compute log files
=================
The corresponding log file of each Compute service is stored in the
``/var/log/nova/`` directory of the host on which each service runs.
.. list-table:: Log files used by Compute services
:widths: 35 35 30
:header-rows: 1
* - Log file
- Service name (CentOS/Fedora/openSUSE/Red Hat Enterprise
Linux/SUSE Linux Enterprise)
- Service name (Ubuntu/Debian)
* - ``api.log``
- ``openstack-nova-api``
- ``nova-api``
* - ``cert.log`` [#a]_
- ``openstack-nova-cert``
- ``nova-cert``
* - ``compute.log``
- ``openstack-nova-compute``
- ``nova-compute``
* - ``conductor.log``
- ``openstack-nova-conductor``
- ``nova-conductor``
* - ``consoleauth.log``
- ``openstack-nova-consoleauth``
- ``nova-consoleauth``
* - ``network.log`` [#b]_
- ``openstack-nova-network``
- ``nova-network``
* - ``nova-manage.log``
- ``nova-manage``
- ``nova-manage``
* - ``scheduler.log``
- ``openstack-nova-scheduler``
- ``nova-scheduler``
.. rubric:: Footnotes
.. [#a] The X509 certificate service (``openstack-nova-cert``/``nova-cert``)
is only required by the EC2 API to the Compute service.
.. [#b] The ``nova`` network service (``openstack-nova-network``/
``nova-network``) only runs in deployments that are not configured
to use the Networking service (``neutron``).