summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-08-25 21:52:15 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2015-08-25 23:34:15 +0900
commit777b10f6b1d2bddf934a6aeec4a4dee9c8b9aea3 (patch)
tree3d58136facd8e7bd4cfe6425bdaadf612c453d6c
parent6d33f0c23a1003239cbd578b9e134f1ac4f8d407 (diff)
Replace word 'poison' by 'force'
JIRA: DOCTOR-8 Change-Id: I7b9fae85bd60b1ae2d0e51f1ffb970316d7d92ad Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
-rw-r--r--requirements/05-implementation.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/requirements/05-implementation.rst b/requirements/05-implementation.rst
index 6fbf613c..e624a990 100644
--- a/requirements/05-implementation.rst
+++ b/requirements/05-implementation.rst
@@ -60,10 +60,11 @@ The Controller is responsible for maintaining the resource map (i.e. the mapping
from physical resources to virtual resources), accepting update requests for the
resource state(s) (exposing as provider API), and sending all failure events
regarding virtual resources to the Notifier. Optionally, the Controller has the
-ability to poison the state of virtual resources mapping to physical resources
-for which it has received failure notifications from the Inspector. The
-Controller also re-calculates the capacity of the NVFI when receiving a failure
-notification for a physical resource.
+ability to force the state of a given physical resource to down in the resource
+mapping when it receives failure notifications from the Inspector for that
+given physical resource.
+The Controller also re-calculates the capacity of the NVFI when receiving a
+failure notification for a physical resource.
In a real-world deployment, the VIM may have several controllers, one for each
resource type, such as Nova, Neutron and Cinder in OpenStack. Each controller