Commit a327a290 authored by Spiros Koulouzis's avatar Spiros Koulouzis

dbg msg

parent 48adea8f
......@@ -280,11 +280,11 @@ def get_node_outputs(id, node_name):
matching_outputs = {}
matching_output_names = []
tosca_template_dict = get_tosca_template_dict_by_id(id)
logging.info('Got tosca_template_dict: '+str(tosca_template_dict))
print('Got tosca_template_dict: '+str(tosca_template_dict))
tosca_template = get_tosca_template(tosca_template_dict)
logging.info('Got tosca_template: ' + str(tosca_template))
print('Got tosca_template: ' + str(tosca_template))
outputs = tosca_template.topology_template.outputs
logging.info('Got outputs: ' + str(outputs))
print('Got outputs: ' + str(outputs))
if not outputs:
return None
for output in outputs:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment