From 6f0db799f9f9853a4485736356288bb4760165a2 Mon Sep 17 00:00:00 2001 From: Stephen Gordon Date: Fri, 1 Nov 2013 20:18:12 -0400 Subject: [PATCH] Corrections for Ceilometer setup on Compute node - Correct package and service names for RHEL/CentOS/Fedora. - Use instead of for service names. - Removed redundant os profiling condition (os was set on both step and the screen element within the step). backport: havana Change-Id: Ibb75b26c7b943db616c0a0d759e9f9826f5bb2f9 --- doc/install-guide/section_ceilometer-nova.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/install-guide/section_ceilometer-nova.xml b/doc/install-guide/section_ceilometer-nova.xml index eca5367adc..4e5530fec3 100644 --- a/doc/install-guide/section_ceilometer-nova.xml +++ b/doc/install-guide/section_ceilometer-nova.xml @@ -12,7 +12,7 @@ Install the Metering service on the compute node: # apt-get install ceilometer-agent-compute - # yum install openstack-ceilometer-agent-compute FIXME + # yum install openstack-ceilometer-compute # zypper install openstack-ceilometer-agent-compute @@ -61,11 +61,17 @@ metering_secret = ADMIN_TOKEN - Start the ceilometer-agent-compute service and configure + Start the ceilometer-agent-compute service and configure to start when the system boots. - # service openstack-ceilometer-agent-compute start + # service openstack-ceilometer-agent-compute start # chkconfig openstack-ceilometer-agent-compute on - + + + Start the openstack-ceilometer-compute service and configure + to start when the system boots. + # service openstack-ceilometer-compute start +# chkconfig openstack-ceilometer-compute on +