Update typos
Change-Id: Ia0992ebc7a9355d5ea99d0cde28e03fc0d2a1346
This commit is contained in:
parent
f9ad095aa6
commit
da900108d3
@ -5,7 +5,7 @@
|
||||
containers=$(docker ps -a -q)
|
||||
images=$(docker images -q)
|
||||
|
||||
# All the docker commands followed by || true because occassionally docker
|
||||
# All the docker commands followed by || true because occasionally docker
|
||||
# will fail to remove an image or container, & I want make to keep going anyway
|
||||
if [[ ! -z "$containers" ]]; then
|
||||
docker rm $containers || true
|
||||
|
@ -269,7 +269,7 @@ class HardwareManager(object):
|
||||
def get_clean_steps(self, node, ports):
|
||||
"""Get a list of clean steps with priority.
|
||||
|
||||
Returns a list of steps. Each step is represeted by a dict::
|
||||
Returns a list of steps. Each step is represented by a dict::
|
||||
|
||||
{
|
||||
'step': the HardwareManager function to call.
|
||||
|
@ -30,7 +30,7 @@ LOG = logging.getLogger(__name__)
|
||||
|
||||
SUPPORTED_ROOT_DEVICE_HINTS = set(('size', 'model', 'wwn', 'serial', 'vendor'))
|
||||
|
||||
# Agent parameters can be pased by kernel command-line arguments and/or
|
||||
# Agent parameters can be passed by kernel command-line arguments and/or
|
||||
# by virtual media. Virtual media parameters passed would be available
|
||||
# when the agent is started, but might not be available for re-reading
|
||||
# later on because:
|
||||
|
Loading…
Reference in New Issue
Block a user