From 012616ef9633dee242964a1815444c1b84846510 Mon Sep 17 00:00:00 2001 From: Shilla Saebi Date: Tue, 28 Apr 2015 17:06:38 -0400 Subject: [PATCH] small change to development.rst file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit corrected typo “sripts” should be scripts removed uppercase Ceilometer - per doc conventions corrected capitalization of titles Change-Id: Id2b190e68b6f6bcebbea9f1d15b577b2c1c53413 --- doc/source/install/development.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/install/development.rst b/doc/source/install/development.rst index c2563cdc..717e80d5 100644 --- a/doc/source/install/development.rst +++ b/doc/source/install/development.rst @@ -14,9 +14,9 @@ License for the specific language governing permissions and limitations under the License. -================================ - Installing Development Sandbox -================================ +=============================== + Installing development sandbox +=============================== Ceilometer has several daemons. The basic are: :term:`polling agent` running either on the Nova compute node(s) or :term:`polling agent` running on the @@ -28,13 +28,13 @@ of the instructions below are duplicated. Skip the steps you have already done. .. note:: - In fact, previously Ceilometer had separated compute and central agents, and + In fact, previously ceilometer had separated compute and central agents, and their support is implemented in devstack_ right now, not one agent variant. - For now we do have deprecated cmd sripts emulating old compute/central - behaviour using namespaces option passed to polling agent, which will be + For now we do have deprecated cmd scripts emulating old compute/central + behavior using namespaces option passed to polling agent, which will be maintained for a transitional period. -Configuring Devstack +Configuring devstack ==================== .. index::