Merge "Fix errors in templates and base types"
This commit is contained in:
commit
d14c9abd2b
@ -70,4 +70,4 @@ node_templates:
|
||||
outputs:
|
||||
public_ip:
|
||||
description: Public IP address of the newly created compute instance.
|
||||
value: { get_attr: [server, ip_address] }
|
||||
value: { get_attribute: [my_server, ip_address] }
|
||||
|
@ -1,7 +1,7 @@
|
||||
tosca_definitions_version: tosca_simple_1.0
|
||||
|
||||
node_types:
|
||||
tosca.nodes.Nodejs:
|
||||
tosca.nodes.SoftwareComponent.Nodejs:
|
||||
derived_from: tosca.nodes.SoftwareComponent
|
||||
properties:
|
||||
github_url:
|
||||
|
@ -31,7 +31,7 @@ inputs:
|
||||
|
||||
node_templates:
|
||||
nodejs:
|
||||
type: tosca.nodes.Nodejs
|
||||
type: tosca.nodes.SoftwareComponent.Nodejs
|
||||
properties:
|
||||
github_url: { get_input: github_url }
|
||||
requirements:
|
||||
|
Loading…
x
Reference in New Issue
Block a user