From d252d47cc0a324ed6c7d08afd9f7a623d076948b Mon Sep 17 00:00:00 2001 From: ericxiett Date: Thu, 1 Dec 2016 01:33:17 +0800 Subject: [PATCH] Fix some incorrect description in doc. doc/source/deploy/configuration.rst * 'The Watcher system is a collection of services that provides support to optimize your IAAS plateform. ' Fix: Typo, plateform -> platform * Additionally, the Bare Metal service has certain external dependencies, which are very similar to other OpenStack services: Fix: Bare Metal -> Watcher * Please check your hypervisor configuration to correctly handle instance migration. Fix: ref of ``instance migration`` is http://docs.openstack.org/ admin-guide/compute-live-migration-usage.html Change-Id: I00ab282a0f9ffcfddf745df1dd67418a43d70b10 Closes-Bug: #1646290 --- doc/source/deploy/configuration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/deploy/configuration.rst b/doc/source/deploy/configuration.rst index 7c42273bb..38a9cada5 100644 --- a/doc/source/deploy/configuration.rst +++ b/doc/source/deploy/configuration.rst @@ -15,7 +15,7 @@ Service overview ================ The Watcher system is a collection of services that provides support to -optimize your IAAS plateform. 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 @@ -37,7 +37,7 @@ The Watcher service includes the following components: - `watcher-dashboard`_: An Horizon plugin for interacting with the Watcher service. -Additionally, the Bare Metal service has certain external dependencies, which +Additionally, the Watcher service has certain external dependencies, which are very similar to other OpenStack services: - A database to store audit and action plan information and state. You can set @@ -368,7 +368,7 @@ Configure Nova compute Please check your hypervisor configuration to correctly handle `instance migration`_. -.. _`instance migration`: http://docs.openstack.org/admin-guide-cloud/compute-configuring-migrations.html +.. _`instance migration`: http://docs.openstack.org/admin-guide/compute-live-migration-usage.html Configure Measurements ======================