diff --git a/doc/install-guide/section_ceilometer-install.xml b/doc/install-guide/section_ceilometer-install.xml
index 466d714f48..147638299e 100644
--- a/doc/install-guide/section_ceilometer-install.xml
+++ b/doc/install-guide/section_ceilometer-install.xml
@@ -14,7 +14,7 @@
Install the Metering Service on the controller
node:
# apt-get install ceilometer-api ceilometer-collector ceilometer-agent-central python-ceilometerclient
- # yum install openstack-ceilometer-api openstack-ceilometer-collector openstack-ceilometer-agent-central python-ceilometerclient FIXME
+ # yum install openstack-ceilometer-api openstack-ceilometer-collector openstack-ceilometer-central python-ceilometerclient
# zypper install openstack-ceilometer-api openstack-ceilometer-collector openstack-ceilometer-agent-central python-ceilometerclient
Answer to the debconf
@@ -26,15 +26,19 @@
Specify the location of the database in the configuration
file. The examples in this guide use a MongoDB database on the
controller node.
- # FIXME
+ # yum install mongodb-server mongodb
# zypper install mongodb
# apt-get install mongodb
-
+
Start the MongoDB server and configure it to start when
the system boots:
- # systemctl start mongodb.service
+ # systemctl start mongodb.service
# systemctl enable mongodb.service
+
+ # service mongod start
+# chkconfig mongod on
Create the database and a ceilometer