Correct redundancies in Scheduler Hints docs

On the Heat Stack Lifecycle Scheduler Hints page [1], there are two
occurrences of redundant language. In the first and third paragraphs it
says "...passed *to nova and cinder* by heat as scheduler hints, *to the
configured schedulers for nova and cinder*."

"to the configured schedulers for nova and cinder" is removed from both
sentences in this patch.

[1]
http://docs.openstack.org/developer/heat/developing_guides/schedulerhints.html

Change-Id: I6f525986c82f850f86a20a232b96a36ed7d622cc
Closes-Bug: #1585792
This commit is contained in:
Yosef Hoffman 2016-05-25 16:33:30 -04:00
parent e5202ef454
commit fb7f838b8a
1 changed files with 6 additions and 7 deletions

View File

@ -14,10 +14,10 @@
====================================
Heat Stack Lifecycle Scheduler Hints
====================================
This is a mechanism whereby when heat processes a stack Server or Volume
resource, the stack id, root stack id, stack resource uuid, stack resource
name and the path in the stack can be passed to nova and cinder by heat as
scheduler hints, to the configured schedulers for nova and cinder.
This is a mechanism whereby when heat processes a stack with Server or Volume
resources, the stack id, root stack id, stack resource uuid, stack resource
name and the path in the stack can be passed by heat to nova and cinder as
scheduler hints.
Enabling the scheduler hints
@ -29,9 +29,8 @@ The hints
---------
When heat processes a stack, and the feature is enabled, the stack id, root
stack id, stack resource uuid, stack resource name, and the path in the stack
(as a list of tuple, (stackresourcename, stackname)) will be passed to nova
and cinder by heat as scheduler hints, to the configured schedulers for
nova and cinder.
(as a list of tuple, (stackresourcename, stackname)) will be passed by heat
to nova and cinder as scheduler hints.
Purpose
-------