Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Sep 16, 2024
1 parent a2cfcfc commit f61804c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/platform_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3354,7 +3354,7 @@ def terminate_nodes(self, nodes, wait=True):

class IBMCloudIPI(object):
"""
A base class for nodes related operations.
An IBM Cloud IPI class for node related operations
Should be inherited by specific platform classes
"""

Expand Down
4 changes: 4 additions & 0 deletions ocs_ci/utility/ibmcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,10 @@ def delete_volume_id(self, volume):


class IBMCloudIPI(object):
"""
Wrapper for Ibm Cloud IPI
"""
def restart_nodes(self, nodes, wait=True, timeout=900):
"""
Reboot the nodes on IBM Cloud.
Expand Down

0 comments on commit f61804c

Please sign in to comment.