TOSCA: fix indentation in elk CSAR

One of the yaml files has bad indentation.

Change-Id: Icbfaf127e251580388864bb93a779bba2eeb1ca6
This commit is contained in:
spzala 2015-06-15 06:54:38 -07:00
parent 03afcc8cde
commit dc72c87f84

View File

@ -10,15 +10,15 @@ node_types:
requirements:
- search_endpoint:
capability: tosca.capabilities.Endpoint
node: tosca.nodes.SoftwareComponent.Elasticsearch
relationship:
type: tosca.relationships.ConnectsTo
interfaces:
Configure:
pre_configure_source:
inputs:
elasticsearch_ip:
type: string
node: tosca.nodes.SoftwareComponent.Elasticsearch
relationship:
type: tosca.relationships.ConnectsTo
interfaces:
Configure:
pre_configure_source:
inputs:
elasticsearch_ip:
type: string
capabilities:
log_endpoint:
type: tosca.capabilities.Endpoint