[install] Change modules to services

At now, Orchestration and Telemetry are services, not modules.
https://git.openstack.org/cgit/openstack/governance/tree/reference/projects.yaml

Change-Id: I34fb2af2dad200a517259053d4cf291c1559d53d
This commit is contained in:
KATO Tomoyuki 2015-10-28 14:40:38 +09:00
parent 9472591989
commit 310c73ba9c
8 changed files with 19 additions and 19 deletions

View File

@ -3,8 +3,8 @@ Install and configure controller node
=====================================
This section describes how to install and configure the Telemetry
module, code-named ceilometer, on the controller node. The Telemetry
module uses separate agents to collect measurements from each OpenStack
service, code-named ceilometer, on the controller node. The Telemetry
service uses separate agents to collect measurements from each OpenStack
service in your environment.
To configure prerequisites
@ -114,7 +114,7 @@ MongoDB before proceeding further.
| type | metering |
+-------------+----------------------------------+
6. Create the Telemetry module API endpoint:
6. Create the Telemetry service API endpoint:
.. code-block:: console
@ -166,8 +166,8 @@ MongoDB before proceeding further.
| url | http://controller:8777 |
+--------------+----------------------------------+
To install and configure the Telemetry module components
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To install and configure the Telemetry service components
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. only:: obs
@ -222,7 +222,7 @@ To install and configure the Telemetry module components
connection = mongodb://ceilometer:CEILOMETER_DBPASS@controller:27017/ceilometer
Replace ``CEILOMETER_DBPASS`` with the password you chose for the
Telemetry module database. You must escape special characters such
Telemetry service database. You must escape special characters such
as ':', '/', '+', and '@' in the connection string in accordance
with RFC2396.

View File

@ -44,7 +44,7 @@ To install and configure the agent
telemetry_secret = TELEMETRY_SECRET
Replace ``TELEMETRY_SECRET`` with the telemetry secret you
chose for the Telemetry module.
chose for the Telemetry service.
* In the ``[DEFAULT]`` and ``[oslo_messaging_rabbit]`` sections,
configure ``RabbitMQ`` message queue access:
@ -78,7 +78,7 @@ To install and configure the agent
admin_password = CEILOMETER_PASS
Replace ``CEILOMETER_PASS`` with the password you chose for the
Telemetry module database.
Telemetry service database.
.. note::

View File

@ -2,7 +2,7 @@
Verify the Telemetry installation
=================================
This section describes how to verify operation of the Telemetry module.
This section describes how to verify operation of the Telemetry service.
.. note::

View File

@ -1,8 +1,8 @@
.. _install_ceilometer:
========================
Add the Telemetry module
========================
=========================
Add the Telemetry service
=========================
.. toctree::

View File

@ -4,7 +4,7 @@ Install and configure
~~~~~~~~~~~~~~~~~~~~~
This section describes how to install and configure the
Orchestration module, code-named heat, on the controller node.
Orchestration service, code-named heat, on the controller node.
.. only:: obs or rdo or ubuntu

View File

@ -3,7 +3,7 @@
Verify operation
~~~~~~~~~~~~~~~~
Verify operation of the Orchestration module.
Verify operation of the Orchestration service.
#. Source the ``admin`` tenant credentials:

View File

@ -1,6 +1,6 @@
============================
Add the Orchestration module
============================
=============================
Add the Orchestration service
=============================
.. toctree::
@ -9,5 +9,5 @@ Add the Orchestration module
heat-verify.rst
heat-next-steps.rst
The Orchestration module (heat) uses a heat orchestration
The Orchestration service (heat) uses a heat orchestration
template (HOT) to create and manage cloud resources.

View File

@ -6,7 +6,7 @@ Orchestration
Create a template
-----------------
The Orchestration module uses templates to describe stacks.
The Orchestration service uses templates to describe stacks.
To learn about the template language, see `the Template Guide
<http://docs.openstack.org/developer/heat/template_guide/index.html>`__
in the `Heat developer documentation