python-tripleoclient/tripleoclient/config
Takashi Kajinami ee1990ef65 Remove redundant defaults
This change removes some redundant definitions of default values
according to the following three points.

- The get method returns None by default if the key doesn't exist,
  so it is unnecessary to define None explicitly.

- Setting '' as parameter defaults is redundant because we always use
  "if CONF.get('<name>'):" to check whether the parameter is set.

- In oslo.config all options default to None unless the default
  parameter is explicitly set. Thus defining default=None is redundant.

Change-Id: Ib14b24b9054fe4d0efc3e03f9c6683ae999e3202
2021-07-04 00:22:00 +09:00
..
__init__.py Reorganize the config options for deployment 2018-05-05 17:08:56 +00:00
base.py Use a consistent working directory for tripleo deploy 2021-04-09 09:04:55 -04:00
minion.py Remove redundant defaults 2021-07-04 00:22:00 +09:00
standalone.py Remove redundant defaults 2021-07-04 00:22:00 +09:00
undercloud.py Remove redundant defaults 2021-07-04 00:22:00 +09:00