Del node_network's ssh* inputs as not required

These aren't required anymore due to transports
introduced.

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-10-09 12:32:19 +02:00
parent e0d33eeed0
commit 1f58bb52cc

View File

@ -56,11 +56,5 @@ input:
ip: ip:
schema: str! schema: str!
value: value:
ssh_key:
schema: str!
value:
ssh_user:
schema: str!
value:
tags: [resources/node_network] tags: [resources/node_network]