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
This commit is contained in:
Anusha Unnam 2016-07-26 21:56:36 +00:00
parent 13991c9f52
commit 355f360eac
1 changed files with 0 additions and 7 deletions

View File

@ -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="""