remove default=None for config options

In the cfg module default=None is set as the default value.

Change-Id: I750c4a00e5a97e9050816afbefd62af0cb3e9109
Closes-bug: #1323975
This commit is contained in:
Shuquan Huang 2015-11-09 13:05:27 +08:00
parent 68ab4515be
commit c272368d7f
1 changed files with 0 additions and 2 deletions

View File

@ -63,7 +63,6 @@ AuthGroup = [
help="Roles to assign to all users created by tempest",
default=[]),
cfg.StrOpt('tenant_isolation_domain_name',
default=None,
help="Only applicable when identity.auth_version is v3."
"Domain within which isolated credentials are provisioned."
"The default \"None\" means that the domain from the"
@ -81,7 +80,6 @@ IdentityGroup = [
default=False,
help="Set to True if using self-signed SSL certificates."),
cfg.StrOpt('ca_certificates_file',
default=None,
help='Specify a CA bundle file to use in verifying a '
'TLS (https) server certificate.'),
cfg.StrOpt('uri',