We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7278891 commit 6b65a26Copy full SHA for 6b65a26
shell-definition.yaml
@@ -3,7 +3,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0
3
metadata:
4
template_name: VMware vCenter Cloud Provider Shell 2G
5
template_author: Quali
6
- template_version: 4.2.2
+ template_version: 4.2.3
7
template_icon: shell-icon.png
8
9
description: >
src/driver.py
@@ -212,7 +212,7 @@ def remote_refresh_ip(
212
resource = context.remote_endpoints[0]
213
actions = VCenterDeployedVMActions.from_remote_resource(resource, api)
214
cancellation_manager = CancellationContextManager(cancellation_context)
215
- refresh_ip(
+ return refresh_ip(
216
actions.deployed_app,
217
resource_config,
218
cancellation_manager,
0 commit comments