Merge "Replace curly quotes with straight quotes"

This commit is contained in:
Zuul 2018-01-26 06:34:47 +00:00 committed by Gerrit Code Review
commit cbe836123b
3 changed files with 7 additions and 7 deletions

View File

@ -188,7 +188,7 @@ For *each* operation the plugin can implement each of the hooks:
#. **Prepare begin hook**: invoked before any hook of this resource and
dependent resources has begun.
For tasks that need to happen before any dependent resources operations
For tasks that need to happen before any dependent resource's operations
begin
Hook method name: **on_prepare_begin**
@ -197,7 +197,7 @@ For *each* operation the plugin can implement each of the hooks:
resources are complete.
For tasks that finish the work began in *prepare begin hook*, for tasks that
require that the dependent resources prepare phase finished
require that the dependent resource's prepare phase finished
Hook method name: **on_prepare_finish**
@ -249,7 +249,7 @@ Notes:
:red:`Red`: The resource Complete depends on the resource Main
:black:`Black`: Parent resource Complete depends on the child resources
:black:`Black`: Parent resource Complete depends on the child resource's
Complete

View File

@ -74,7 +74,7 @@ provider implementation to easily add specialize options.
Example
~~~~~~~
Lets take the OpenStack::Cinder::Volume resource *Protect* action.
Let's take the OpenStack::Cinder::Volume resource *Protect* action.
One of the action parameters in the Parameters Schema will be
"Consistency Level"::

View File

@ -175,7 +175,7 @@ For *each* operation the pluggin can implement each of the hooks:
#. **Prepare begin hook**: invoked before any hook of this resource and
dependent resources has begun.
For tasks that need to happen before any dependent resources operations
For tasks that need to happen before any dependent resource's operations
begin
Hook method name: **on_prepare_begin**
@ -184,7 +184,7 @@ For *each* operation the pluggin can implement each of the hooks:
resources are complete.
For tasks that finish the work began in *prepare begin hook*, for tasks that
require that the dependent resources prepare phase finished
require that the dependent resource's prepare phase finished
Hook method name: **on_prepare_finish**
@ -241,7 +241,7 @@ Notes:
:red:`Red`: The resource Complete depends on the resource Main
:black:`Black`: Parent resource Complete depends on the child resources
:black:`Black`: Parent resource Complete depends on the child resource's
Complete