Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #197 from indigo-dc/devel
Browse files Browse the repository at this point in the history
Implements #196
  • Loading branch information
micafer authored Sep 8, 2017
2 parents 9e6817f + 8008c3a commit 744aa69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions IM/tosca/Tosca.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@ def _add_node_nets(self, node, radl, system, nodetemplates):
elif network_name.endswith(".PRIVATE"):
parts = network_name.split(".")
net_provider_id = ".".join(parts[:-1])
else:
# assume that is a private one
net_provider_id = network_name
if cap_props and "dns_name" in cap_props:
dns_name = self._final_function_result(cap_props["dns_name"].value, node)
if cap_props and "private_ip" in cap_props:
Expand Down

0 comments on commit 744aa69

Please sign in to comment.