Fix typos in some source files.

Change-Id: I6b1aff7b8976726ebc91360ee5c61cef1fed7aa9
This commit is contained in:
Dao Cong Tien 2016-03-25 15:49:03 +07:00
parent 630063cc31
commit 2c824a7343
4 changed files with 4 additions and 4 deletions

View File

@ -1051,7 +1051,7 @@ class NodesController(rest.RestController):
If it does, is necessary to prevent updating it because the new driver
will not be able to stop a console started by the previous one.
:param rpc_node: RPC Node object to be veryfied.
:param rpc_node: RPC Node object to be verified.
:param node_ident: the UUID or logical name of a node.
:raises: wsme.exc.ClientSideError
"""

View File

@ -449,7 +449,7 @@ class TaskManager(object):
# also makes it easier to test.
fut.add_done_callback(self._thread_release_resources)
# Don't unlock! The unlock will occur when the
# thread finshes.
# thread finishes.
return
except Exception as e:
with excutils.save_and_reraise_exception():

View File

@ -369,7 +369,7 @@ class Connection(object):
def create_portgroup(self, values):
"""Create a new portgroup.
:param values: Dict of values with the the following keys:
:param values: Dict of values with the following keys:
'id'
'uuid'
'name'

View File

@ -627,7 +627,7 @@ def agent_execute_clean_step(task, step):
def agent_add_clean_params(task):
"""Add required config parameters to node's driver_interal_info.
"""Add required config parameters to node's driver_internal_info.
Adds the required conf options to node's driver_internal_info.
It is Required to pass the information to IPA.