diff --git a/doc/config-reference/ch_computeconfigure.xml b/doc/config-reference/ch_computeconfigure.xml index a4abb3f033..d1e9d264a6 100644 --- a/doc/config-reference/ch_computeconfigure.xml +++ b/doc/config-reference/ch_computeconfigure.xml @@ -101,5 +101,6 @@ + diff --git a/doc/config-reference/compute/section_nova-log-files.xml b/doc/config-reference/compute/section_nova-log-files.xml new file mode 100644 index 0000000000..c27fc56f62 --- /dev/null +++ b/doc/config-reference/compute/section_nova-log-files.xml @@ -0,0 +1,131 @@ + +
+ Log files used by Compute + The corresponding log file of each Compute service + is stored in the /var/log/nova/ + directory of the host on which each service runs. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Log files used by Compute services
+ 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 + + The X509 certificate service + (openstack-nova-cert/nova-cert) + is only required by the EC2 API to the Compute + service. + + 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 + The nova network service + (openstack-nova-network/nova-network) + only runs in deployments that are not configured to use + the Networking service (neutron). + + + openstack-nova-network + + nova-network +
+ nova-manage.log + + nova-manage + + nova-manage +
+ scheduler.log + + openstack-nova-scheduler + + nova-scheduler +
+ +