[Trivialfix]Fix typos in ironic
Fix the typos that found in ironic Change-Id: I65595879c203533cef1e348b6efd1daf0eb5d680
This commit is contained in:
parent
389b0e707d
commit
1fc4ad4771
@ -9,7 +9,7 @@ GMR provides useful debugging information that can be used to obtain
|
|||||||
an accurate view on the current live state of the system. For example,
|
an accurate view on the current live state of the system. For example,
|
||||||
what threads are running, what configuration parameters are in effect,
|
what threads are running, what configuration parameters are in effect,
|
||||||
and more. The eventlet backdoor facility provides an interactive shell
|
and more. The eventlet backdoor facility provides an interactive shell
|
||||||
interface for any eventlet based process, allowing an adminstrator to
|
interface for any eventlet based process, allowing an administrator to
|
||||||
telnet to a pre-defined port and execute a variety of commands.
|
telnet to a pre-defined port and execute a variety of commands.
|
||||||
|
|
||||||
Generating a GMR
|
Generating a GMR
|
||||||
|
@ -405,7 +405,7 @@ def detach_volumes(task, volume_list, connector, allow_errors=False):
|
|||||||
# Skip proceeding with this method if we're not raising
|
# Skip proceeding with this method if we're not raising
|
||||||
# errors. This will leave the volume in the detaching
|
# errors. This will leave the volume in the detaching
|
||||||
# state, but in that case something very unexpected
|
# state, but in that case something very unexpected
|
||||||
# has occured.
|
# has occurred.
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Attempt to identify the attachment id value to provide
|
# Attempt to identify the attachment id value to provide
|
||||||
|
Loading…
x
Reference in New Issue
Block a user