Remove default=None for config options

In the cfg module default=None is set as the
default value. It's not necessary to set it
again when defining config options.

Change-Id: Ib52c4e3c570b444cb79af65d1fa8025545578ab1
Closes-bug: #1323975
This commit is contained in:
Partha Bera 2016-12-29 11:57:21 +05:30
parent f87211145b
commit 3bc0135d48
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ def get_elk_opts():
default=False,
help='turn on SSL certs verification'),
cfg.StrOpt('ca_certs',
default=None,
help='path to CA certs on disk'),
cfg.IntOpt('number_of_replicas',
default=0,