From 1dd2b849dcc123e9c66833e9ab3ee98acc479859 Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Fri, 23 Sep 2016 12:10:15 -0400 Subject: [PATCH] fixes default value in docstring for http (#4985) The docstring incorrectly stated the default value for http is yes when indeed its no. This fixes the docstring --- network/eos/eos_eapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/eos/eos_eapi.py b/network/eos/eos_eapi.py index cd08cca12c8..8087a8d0da6 100644 --- a/network/eos/eos_eapi.py +++ b/network/eos/eos_eapi.py @@ -44,7 +44,7 @@ options: By default, when eAPI is first configured, the HTTP protocol is disabled. required: false - default: yes + default: no choices: ['yes', 'no'] aliases: ['enable_http'] http_port: