Remove default=None from config options

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

Change-Id: I5cfc83be010214e2ba8962230766aeb5c5216dc8
This commit is contained in:
ting.wang 2016-02-17 11:46:21 +08:00
parent ba159a9ea3
commit a97d2bd7cc
2 changed files with 0 additions and 2 deletions

View File

@ -50,7 +50,6 @@ EMC_NAS_OPTS = [
help='Container of share servers.'),
cfg.StrOpt('emc_nas_pool_names',
deprecated_name='emc_nas_pool_name',
default=None,
help='EMC pool names.'),
cfg.StrOpt('emc_nas_root_dir',
help='The root directory where shares will be located.'),

View File

@ -129,7 +129,6 @@ common_opts = [
help="Password for service instance user."),
cfg.StrOpt(
"path_to_private_key",
default=None,
help="Path to host's private key."),
cfg.IntOpt(
"max_time_to_build_instance",