diff options
author | Rabi Mishra <ramishra@redhat.com> | 2015-11-09 11:21:51 +0530 |
---|---|---|
committer | Rabi Mishra <ramishra@redhat.com> | 2015-11-09 17:12:41 +0530 |
commit | b2da70f7b006bfab14bcfa5d4f0cc1086a346422 (patch) | |
tree | afb90da4411d28ebb55c3743e25226d8ba84e33b /heat_integrationtests/common | |
parent | 7f33380327c9bf5d44d9e36404c152409f2e6f2f (diff) | |
download | heat-b2da70f7b006bfab14bcfa5d4f0cc1086a346422.tar.gz |
Remove default None value for config options
In oslo.config default is always initialized to None.
Change-Id: I4c8eb7eb43121d28364f6e2e3a2fbabcc1bdb90d
Diffstat (limited to 'heat_integrationtests/common')
-rw-r--r-- | heat_integrationtests/common/config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/heat_integrationtests/common/config.py b/heat_integrationtests/common/config.py index b45a8d8c0..c715c887e 100644 --- a/heat_integrationtests/common/config.py +++ b/heat_integrationtests/common/config.py @@ -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 " |