Del duplicated params

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-07-28 11:39:31 +02:00
parent 09b53fc123
commit 9737373d37

View File

@ -67,10 +67,10 @@ input:
schema: str
value: 'keystone+cachemanagement'
keystone_tenant:
schema: str
schema: str!
value: 'services'
keystone_user:
schema: str
schema: str!
value: 'glance'
use_syslog:
schema: bool
@ -157,14 +157,8 @@ input:
keystone_port:
schema: int!
value: ''
keystone_user:
schema: str!
value: ''
keystone_password:
schema: str!
value: ''
keystone_tenant:
schema: str!
value: ''
tags: [resource/glance_service, resources/glance, resource/glance_api_service]