Del duplicated params
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
parent
09b53fc123
commit
9737373d37
@ -67,10 +67,10 @@ input:
|
|||||||
schema: str
|
schema: str
|
||||||
value: 'keystone+cachemanagement'
|
value: 'keystone+cachemanagement'
|
||||||
keystone_tenant:
|
keystone_tenant:
|
||||||
schema: str
|
schema: str!
|
||||||
value: 'services'
|
value: 'services'
|
||||||
keystone_user:
|
keystone_user:
|
||||||
schema: str
|
schema: str!
|
||||||
value: 'glance'
|
value: 'glance'
|
||||||
use_syslog:
|
use_syslog:
|
||||||
schema: bool
|
schema: bool
|
||||||
@ -157,14 +157,8 @@ input:
|
|||||||
keystone_port:
|
keystone_port:
|
||||||
schema: int!
|
schema: int!
|
||||||
value: ''
|
value: ''
|
||||||
keystone_user:
|
|
||||||
schema: str!
|
|
||||||
value: ''
|
|
||||||
keystone_password:
|
keystone_password:
|
||||||
schema: str!
|
schema: str!
|
||||||
value: ''
|
value: ''
|
||||||
keystone_tenant:
|
|
||||||
schema: str!
|
|
||||||
value: ''
|
|
||||||
|
|
||||||
tags: [resource/glance_service, resources/glance, resource/glance_api_service]
|
tags: [resource/glance_service, resources/glance, resource/glance_api_service]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user