From 1465aa0c5fde236ed97c40e83bea79c1591fa54e Mon Sep 17 00:00:00 2001 From: caoyuan Date: Thu, 21 Sep 2017 16:38:30 +0800 Subject: [PATCH] Update the "IAAS" to "IaaS" Infrastructure-as-a-Service should short for IaaS Change-Id: I845fed0c4a1f073dbdea1e8f0e9cdc1655aa3622 --- doc/source/configuration/configuring.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/configuration/configuring.rst b/doc/source/configuration/configuring.rst index 171c79b7b..659a071fc 100644 --- a/doc/source/configuration/configuring.rst +++ b/doc/source/configuration/configuring.rst @@ -15,7 +15,7 @@ Service overview ================ The Watcher system is a collection of services that provides support to -optimize your IAAS platform. The Watcher service may, depending upon +optimize your IaaS platform. The Watcher service may, depending upon configuration, interact with several other OpenStack services. This includes: - the OpenStack Identity service (`keystone`_) for request authentication and @@ -27,7 +27,7 @@ configuration, interact with several other OpenStack services. This includes: The Watcher service includes the following components: -- ``watcher-decision-engine``: runs audit on part of your IAAS and return an +- ``watcher-decision-engine``: runs audit on part of your IaaS and return an action plan in order to optimize resource placement. - ``watcher-api``: A RESTful API that processes application requests by sending them to the watcher-decision-engine over RPC.