From 5743955ea3f26c69c6025bb8506a0d27a11545c2 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Sun, 1 Nov 2015 15:08:51 -0500 Subject: [PATCH] typo: monogodb to mongodb Fix 2 typos in ceilometer & aodh doc. Change-Id: Ic1460bc1ccef447b1c83d40d3f21e6a6048c387a --- doc/source/install-guide/configure-aodh.rst | 2 +- doc/source/install-guide/configure-ceilometer.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install-guide/configure-aodh.rst b/doc/source/install-guide/configure-aodh.rst index 36f218f854..a92be81b15 100644 --- a/doc/source/install-guide/configure-aodh.rst +++ b/doc/source/install-guide/configure-aodh.rst @@ -9,7 +9,7 @@ The Alarming services of the Telemetry perform the following functions: - Alows you to set alarms based on threshold evaluation for a collection of samples. -Aodh on OSA requires a monogodb backend to be configured prior to running the aodh +Aodh on OSA requires a mongodb backend to be configured prior to running the aodh playbooks. The connection data will then need to be given in the ``user_variables.yml`` file (see section `Configuring the user data`_ below). diff --git a/doc/source/install-guide/configure-ceilometer.rst b/doc/source/install-guide/configure-ceilometer.rst index 4427201fc5..11ca9d61e4 100644 --- a/doc/source/install-guide/configure-ceilometer.rst +++ b/doc/source/install-guide/configure-ceilometer.rst @@ -17,7 +17,7 @@ The Telemetry module(Ceilometer) performs the following functions: by the metering-alarm containers through the aodh services. For configuring these services, please see the Aodh docs. -Ceilometer on OSA requires a monogodb backend to be configured prior to running the ceilometer +Ceilometer on OSA requires a mongodb backend to be configured prior to running the ceilometer playbooks. The connection data will then need to be given in the ``user_variables.yml`` file (see section `Configuring the user data`_ below).