Remove the duplicated word
Change-Id: Ib1132089e65a7d15183e595ffc5335f6a3c514ed
This commit is contained in:
parent
7bac6736cc
commit
64c5912fe1
@ -79,7 +79,7 @@ Details
|
|||||||
Deploy Steps
|
Deploy Steps
|
||||||
------------
|
------------
|
||||||
|
|
||||||
We created cleaning with the the ability to compose an ordered list of
|
We created cleaning with the ability to compose an ordered list of
|
||||||
actions to be taken. However we left deployment as a static set of actions.
|
actions to be taken. However we left deployment as a static set of actions.
|
||||||
|
|
||||||
In order to allow templates to apply using chosen traits, we want to have
|
In order to allow templates to apply using chosen traits, we want to have
|
||||||
|
@ -77,7 +77,7 @@ with ``@deploy_step``, defined in ironic/drivers/base.py as follows::
|
|||||||
"""Decorator for deployment steps.
|
"""Decorator for deployment steps.
|
||||||
|
|
||||||
:param priority: an integer priority; used for determining the order in
|
:param priority: an integer priority; used for determining the order in
|
||||||
which the step is run in the the deployment process. (See below,
|
which the step is run in the deployment process. (See below,
|
||||||
"When are deploy steps executed" for more details.)
|
"When are deploy steps executed" for more details.)
|
||||||
:param argsinfo: a dictionary of keyword arguments where key is the name of
|
:param argsinfo: a dictionary of keyword arguments where key is the name of
|
||||||
the argument and value is a dictionary as follows:
|
the argument and value is a dictionary as follows:
|
||||||
|
Loading…
Reference in New Issue
Block a user