summaryrefslogtreecommitdiff
path: root/ironic_python_agent/hardware.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-21 17:38:47 +0000
committerGerrit Code Review <review@openstack.org>2016-07-21 17:38:47 +0000
commite9dd5d3db08ccf1c33cb60aefce15d16985662b5 (patch)
tree2fcb6666c8ba96f7134b27c2c1c562f296a23e5e /ironic_python_agent/hardware.py
parent5d012b43bde6d0644e8a0549e36b8c0fe34123d1 (diff)
parentf50a14dd1bae67944ee1413e2b465c50abb52fbe (diff)
downloadironic-python-agent-e9dd5d3db08ccf1c33cb60aefce15d16985662b5.tar.gz
Merge "Follow-up text changes for 327807"
Diffstat (limited to 'ironic_python_agent/hardware.py')
-rw-r--r--ironic_python_agent/hardware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic_python_agent/hardware.py b/ironic_python_agent/hardware.py
index 77b12033..1248eb04 100644
--- a/ironic_python_agent/hardware.py
+++ b/ironic_python_agent/hardware.py
@@ -79,7 +79,7 @@ def _check_for_iscsi():
iscsistart -f will print the iBFT or OF info.
In case such connection exists, we would like to issue
iscsistart -b to create a session to the target.
- - if no connection is detected we simply return.
+ - If no connection is detected we simply return.
"""
try:
utils.execute('iscsistart', '-f')