Skip to content

Commit

Permalink
shorted summary statements (vmware#1404)
Browse files Browse the repository at this point in the history
Signed-off-by: ltimothy7 <ltimothy@vmware.com>

Signed-off-by: ltimothy7 <ltimothy@vmware.com>
  • Loading branch information
ltimothy7 authored Nov 9, 2022
1 parent dcbdcb5 commit a0f3bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _get_nsxt_backed_gateway_service(client: vcd_client.Client, org_name: str,


def construct_init_cluster_script_with_exposed_ip(script: str, expose_ip: str):
"""Construct init cluster script with expose ip control plane endpoint option.
"""Make init cluster script with expose ip control plane endpoint option.
If the '--control-plane-endpoint' option is already present, this option
will be replaced with this option specifying the exposed ip. If this option
Expand Down
2 changes: 1 addition & 1 deletion system_tests/test_cse_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def test_0100_vcd_cse_cluster_config(test_runner_username):


def generate_validate_node_count_func(expected_nodes):
"""Generate validator function to verify the number of nodes in the cluster.
"""Generate validator function to verify number of nodes in the cluster.
:param expected_nodes: Expected number of nodes in the cluster
Expand Down

0 comments on commit a0f3bfd

Please sign in to comment.