Merge "Remove default=None from config options"

This commit is contained in:
Jenkins 2016-02-22 22:08:01 +00:00 committed by Gerrit Code Review
commit 220aa7a618
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

@ -138,7 +138,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",