Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2.0.6: add plugin_1_5.yaml and handle ctx.plugin properties.
2.0.7: Update requirements
2 changes: 1 addition & 1 deletion cloudify_vcd/network_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down