remove default=None for config options

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

Change-Id: Ibb67da3b01c933b0789fd81f0b8a74e9aa30dd5a
Closes-Bug: #1323975
This commit is contained in:
Christian Berendt 2014-05-28 09:10:29 +02:00
parent caed79d823
commit 3f1f641ead
1 changed files with 0 additions and 3 deletions

View File

@ -94,13 +94,10 @@ opts = [
default=[],
help='The list of stand-alone scripts to copy from oslo-incubator.'),
cfg.StrOpt('base',
default=None,
help='The base module to hold the copy of openstack.common.'),
cfg.StrOpt('dest-dir',
default=None,
help='Destination project directory.'),
cfg.StrOpt('configfile_or_destdir',
default=None,
help='A configuration file or destination project directory.',
positional=True),
cfg.BoolOpt('nodeps',