solar/resources/haproxy_service_config/meta.yaml
2015-06-03 14:02:39 +02:00

19 lines
350 B
YAML

id: haproxy_keystone_config
handler: none
version: 1.0.0
input:
name:
schema: str!
value: keystone-admin
listen_port:
schema: int!
value: 9999
ports:
schema: [{value: int}]
value: []
servers:
schema: [{value: str}]
value: []
tags: [resources/haproxy, resource/haproxy_keystone_config]