diff --git a/CHANGELOG.txt b/CHANGELOG.txt index fb6d82c..944dfdd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,4 +6,5 @@ 2.0.3: Rerelease with redhat 8 and dsl 1_4 2.0.4: Upgrade to work with vcd 10.3.2 2.0.5: Add node_type cloudify.nodes.vcloud.DirectlyConnectedVDCNetwork for supporting SRIOV adapter type -2.0.6: add plugin_1_5.yaml and handle ctx.plugin properties. \ No newline at end of file +2.0.6: add plugin_1_5.yaml and handle ctx.plugin properties. +2.0.7: Update requirements \ No newline at end of file diff --git a/cloudify_vcd/network_tasks.py b/cloudify_vcd/network_tasks.py index 00f1789..3de89ac 100644 --- a/cloudify_vcd/network_tasks.py +++ b/cloudify_vcd/network_tasks.py @@ -40,7 +40,7 @@ def create_network(external_network, network = network_class( network_id, - get_network_type(ctx.node.type_hierarchy), + network_type, network_client, network_vdc, kwargs=network_config)