Skip to content

Commit 6b65a26

Browse files
committed
command refresh_ip returns the IP
1 parent 7278891 commit 6b65a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shell-definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0
33
metadata:
44
template_name: VMware vCenter Cloud Provider Shell 2G
55
template_author: Quali
6-
template_version: 4.2.2
6+
template_version: 4.2.3
77
template_icon: shell-icon.png
88

99
description: >

src/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def remote_refresh_ip(
212212
resource = context.remote_endpoints[0]
213213
actions = VCenterDeployedVMActions.from_remote_resource(resource, api)
214214
cancellation_manager = CancellationContextManager(cancellation_context)
215-
refresh_ip(
215+
return refresh_ip(
216216
actions.deployed_app,
217217
resource_config,
218218
cancellation_manager,

0 commit comments

Comments
 (0)