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: requirements:
- search_endpoint: - search_endpoint:
capability: tosca.capabilities.Endpoint capability: tosca.capabilities.Endpoint
node: tosca.nodes.SoftwareComponent.Elasticsearch node: tosca.nodes.SoftwareComponent.Elasticsearch
relationship: relationship:
type: tosca.relationships.ConnectsTo type: tosca.relationships.ConnectsTo
interfaces: interfaces:
Configure: Configure:
pre_configure_source: pre_configure_source:
inputs: inputs:
elasticsearch_ip: elasticsearch_ip:
type: string type: string
capabilities: capabilities:
log_endpoint: log_endpoint:
type: tosca.capabilities.Endpoint type: tosca.capabilities.Endpoint