From 6a5ab0d81ae80d86c9f067fb0afd620c1b5a071c Mon Sep 17 00:00:00 2001 From: Don Domingo Date: Thu, 27 Feb 2014 13:46:24 +1000 Subject: [PATCH] Add list of service log files used by nova This patch adds the list of log files used by Compute services. It also includes the os-specific name of each service/interface that corresponds to each log file. Change-Id: I39e6625b5a1cd506dd6f744176bb838756c63c70 Partial-Bug: #1282882 --- doc/config-reference/ch_computeconfigure.xml | 1 + .../compute/section_nova-log-files.xml | 131 ++++++++++++++++++ 2 files changed, 132 insertions(+) create mode 100644 doc/config-reference/compute/section_nova-log-files.xml diff --git a/doc/config-reference/ch_computeconfigure.xml b/doc/config-reference/ch_computeconfigure.xml index 6d4a1c8ad8..14b0294c67 100644 --- a/doc/config-reference/ch_computeconfigure.xml +++ b/doc/config-reference/ch_computeconfigure.xml @@ -102,5 +102,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 +
+ +