python-tripleoclient/tripleoclient/tests/v1/undercloud
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
..
minion Remove deploy_args for podman.yaml as its default 2021-04-12 08:10:25 +00:00
__init__.py Make the undercloud install test discoverable 2015-12-14 15:10:19 +01:00
test_backup.py Add --db-only option in undercloud_backup. 2021-05-27 15:44:38 +02:00
test_config.py Remove redundant defaults 2021-07-04 00:22:00 +09:00
test_install_upgrade.py Use ephemeral Heat by default 2021-06-11 07:53:10 -04:00