diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-07-21 17:38:47 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-07-21 17:38:47 +0000 |
| commit | e9dd5d3db08ccf1c33cb60aefce15d16985662b5 (patch) | |
| tree | 2fcb6666c8ba96f7134b27c2c1c562f296a23e5e /ironic_python_agent/hardware.py | |
| parent | 5d012b43bde6d0644e8a0549e36b8c0fe34123d1 (diff) | |
| parent | f50a14dd1bae67944ee1413e2b465c50abb52fbe (diff) | |
| download | ironic-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.py | 2 |
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') |
