Merge "Fix errors in templates and base types"

This commit is contained in:
Jenkins 2014-12-09 20:05:46 +00:00 committed by Gerrit Code Review
commit d14c9abd2b
3 changed files with 3 additions and 3 deletions

View File

@ -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] }

View File

@ -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:

View File

@ -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: