From 355f360eacffbd7aecc9e3d78840a1d51d3f712e Mon Sep 17 00:00:00 2001 From: Anusha Unnam Date: Tue, 26 Jul 2016 21:56:36 +0000 Subject: [PATCH] Config options consistency for configdrive.py Checked the file for fix_opt_description, check_deprecation_status, check_opt_group_and_type consistency and removed the tags according to wiki. https://wiki.openstack.org/w/index.php?title=ConfigOptionsConsistency Change-Id: I0bded86f6de43742cbcc2aefb4328b120b949327 --- nova/conf/configdrive.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nova/conf/configdrive.py b/nova/conf/configdrive.py index ce4da976d1..761a04c32e 100644 --- a/nova/conf/configdrive.py +++ b/nova/conf/configdrive.py @@ -1,7 +1,3 @@ -# needs:fix_opt_description -# needs:check_deprecation_status -# needs:check_opt_group_and_type - # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -50,7 +46,6 @@ Related options: configuration drive as a CD drive. To attach the configuration drive as a CD drive, set config_drive_cdrom option at hyperv section, to true. """), - cfg.BoolOpt('force_config_drive', default=False, help=""" @@ -78,8 +73,6 @@ Related options: configuration section to the full path to an qemu-img command installation. """), - - cfg.StrOpt('mkisofs_cmd', default='genisoimage', help="""