[config-ref] Convert nova logs section to RST
Change-Id: I1396d867624341cddf0d21a57677341c666265be Implements: blueprint config-ref-rst
This commit is contained in:
parent
908c57adcc
commit
a3f120d118
@ -5,5 +5,6 @@ Compute
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
compute/nova-logs.rst
|
||||
compute/config-samples.rst
|
||||
tables/conf-changes/nova.rst
|
||||
|
47
doc/config-ref-rst/source/compute/nova-logs.rst
Normal file
47
doc/config-ref-rst/source/compute/nova-logs.rst
Normal 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``).
|
Loading…
Reference in New Issue
Block a user