Adding etcd connection parameters to defaults

Adding etcd_connection_attempts and etcd_connection_delay
parameters to defaults.yaml to show that they can be
overriden

Change-Id: Iac892dfbf849e36a1b940964fec07d2644c29401
Depends-On: Ie388c90379e49a6129a682a130e4889dde4f8adc
This commit is contained in:
Andrey Pavlov 2016-07-26 07:48:17 +03:00
parent 84fc6b1223
commit 6d6f261f98
1 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,5 @@ configs:
etcd_urls: http://etcd:2379
private_interface: eth0
public_interface: eth1
etcd_connection_attempts: 20
etcd_connection_delay: 5