Remove default None value for config options

In oslo.config default is always initialized to None.

Change-Id: I4c8eb7eb43121d28364f6e2e3a2fbabcc1bdb90d
This commit is contained in:
Rabi Mishra 2015-11-09 11:21:51 +05:30
parent 7f33380327
commit b2da70f7b0

View File

@ -44,7 +44,6 @@ IntegrationTestGroup = [
cfg.StrOpt('image_ref',
help="Name of image to use for tests which boot servers."),
cfg.StrOpt('keypair_name',
default=None,
help="Name of existing keypair to launch servers with."),
cfg.StrOpt('minimal_image_ref',
help="Name of minimal (e.g cirros) image to use when "