summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Zoeller <mzoeller@de.ibm.com>2016-05-27 18:11:25 +0200
committerJohn Garbutt <john@johngarbutt.com>2016-06-06 12:34:18 +0000
commit08f7f7a89366487bf2782bdc3ca5b4dab9a4487f (patch)
tree8006ccd3d5270f2d3ce927795ed9011baad006e3
parent545d8d8666389f33601b0b003dec844004694919 (diff)
downloadnova-08f7f7a89366487bf2782bdc3ca5b4dab9a4487f.tar.gz
add "needs:*" tags to the config option modules
To make it trackable which fixes the config options need, we add tag at the beginning of the files. If the fix is done, the tag will be removed. We discussed this on the ML with [1]. [1] http://lists.openstack.org/pipermail/openstack-dev/2016-May/095538.html Implements blueprint centralize-config-options-newton Change-Id: Ibcd89bc550c6f534b5fa297df74bd59eb481e921
-rw-r--r--nova/conf/api.py7
-rw-r--r--nova/conf/availability_zone.py7
-rw-r--r--nova/conf/barbican.py7
-rw-r--r--nova/conf/base.py7
-rw-r--r--nova/conf/cache.py7
-rw-r--r--nova/conf/cells.py7
-rw-r--r--nova/conf/cert.py7
-rw-r--r--nova/conf/cinder.py7
-rw-r--r--nova/conf/cloudpipe.py7
-rw-r--r--nova/conf/compute.py7
-rw-r--r--nova/conf/conductor.py7
-rw-r--r--nova/conf/configdrive.py7
-rw-r--r--nova/conf/console.py7
-rw-r--r--nova/conf/consoleauth.py7
-rw-r--r--nova/conf/crypto.py7
-rw-r--r--nova/conf/database.py7
-rw-r--r--nova/conf/ephemeral_storage.py7
-rw-r--r--nova/conf/exceptions.py7
-rw-r--r--nova/conf/flavors.py7
-rw-r--r--nova/conf/floating_ips.py7
-rw-r--r--nova/conf/glance.py7
-rw-r--r--nova/conf/guestfs.py7
-rw-r--r--nova/conf/hyperv.py7
-rw-r--r--nova/conf/image_file_url.py7
-rw-r--r--nova/conf/ipv6.py7
-rw-r--r--nova/conf/ironic.py7
-rw-r--r--nova/conf/key_manager.py7
-rw-r--r--nova/conf/legacy_api.py7
-rw-r--r--nova/conf/libvirt.py7
-rw-r--r--nova/conf/mks.py7
-rw-r--r--nova/conf/netconf.py7
-rw-r--r--nova/conf/network.py7
-rw-r--r--nova/conf/neutron.py7
-rw-r--r--nova/conf/notifications.py7
-rw-r--r--nova/conf/novnc.py7
-rw-r--r--nova/conf/osapi_v21.py7
-rw-r--r--nova/conf/paths.py7
-rw-r--r--nova/conf/pci.py7
-rw-r--r--nova/conf/quota.py7
-rw-r--r--nova/conf/rdp.py7
-rw-r--r--nova/conf/remote_debug.py7
-rw-r--r--nova/conf/rpc.py7
-rw-r--r--nova/conf/s3.py7
-rw-r--r--nova/conf/scheduler.py7
-rw-r--r--nova/conf/serial_console.py7
-rw-r--r--nova/conf/service.py7
-rw-r--r--nova/conf/servicegroup.py7
-rw-r--r--nova/conf/spice.py7
-rw-r--r--nova/conf/ssl.py7
-rw-r--r--nova/conf/upgrade_levels.py7
-rw-r--r--nova/conf/virt.py7
-rw-r--r--nova/conf/vmware.py7
-rw-r--r--nova/conf/vnc.py7
-rw-r--r--nova/conf/workarounds.py7
-rw-r--r--nova/conf/wsgi.py7
-rw-r--r--nova/conf/xenserver.py7
-rw-r--r--nova/conf/xvp.py7
57 files changed, 399 insertions, 0 deletions
diff --git a/nova/conf/api.py b/nova/conf/api.py
index bf0fb17467..1b30681d58 100644
--- a/nova/conf/api.py
+++ b/nova/conf/api.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/availability_zone.py b/nova/conf/availability_zone.py
index c3f61639c2..d8ed22c67f 100644
--- a/nova/conf/availability_zone.py
+++ b/nova/conf/availability_zone.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright (c) 2013 Intel, Inc.
# Copyright (c) 2013 OpenStack Foundation
# All Rights Reserved.
diff --git a/nova/conf/barbican.py b/nova/conf/barbican.py
index e5ee1666b0..c84694837b 100644
--- a/nova/conf/barbican.py
+++ b/nova/conf/barbican.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/nova/conf/base.py b/nova/conf/base.py
index 002ddf1a1c..bd69d8ee89 100644
--- a/nova/conf/base.py
+++ b/nova/conf/base.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2010 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
# Copyright 2011 Justin Santa Barbara
diff --git a/nova/conf/cache.py b/nova/conf/cache.py
index cccabf7d7d..11241067f5 100644
--- a/nova/conf/cache.py
+++ b/nova/conf/cache.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2010 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
# Copyright 2016 OpenStack Foundation
diff --git a/nova/conf/cells.py b/nova/conf/cells.py
index 2c283c2731..87284010dc 100644
--- a/nova/conf/cells.py
+++ b/nova/conf/cells.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/cert.py b/nova/conf/cert.py
index 4f325a204e..665d56b9b7 100644
--- a/nova/conf/cert.py
+++ b/nova/conf/cert.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 IBM Corp.
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
diff --git a/nova/conf/cinder.py b/nova/conf/cinder.py
index d240a2fec7..0e90db8e44 100644
--- a/nova/conf/cinder.py
+++ b/nova/conf/cinder.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright (c) 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/cloudpipe.py b/nova/conf/cloudpipe.py
index ecf7a1a47f..72044ad579 100644
--- a/nova/conf/cloudpipe.py
+++ b/nova/conf/cloudpipe.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/nova/conf/compute.py b/nova/conf/compute.py
index c5197ee2fe..647e5ffeb6 100644
--- a/nova/conf/compute.py
+++ b/nova/conf/compute.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 Huawei Technology corp.
# Copyright 2015 OpenStack Foundation
# All Rights Reserved.
diff --git a/nova/conf/conductor.py b/nova/conf/conductor.py
index 74e9a5b6be..9cf21554c9 100644
--- a/nova/conf/conductor.py
+++ b/nova/conf/conductor.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright (c) 2010 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/configdrive.py b/nova/conf/configdrive.py
index ef0e0043a7..d7ec4e63d4 100644
--- a/nova/conf/configdrive.py
+++ b/nova/conf/configdrive.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/nova/conf/console.py b/nova/conf/console.py
index 38c22dea75..fea078af4d 100644
--- a/nova/conf/console.py
+++ b/nova/conf/console.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/consoleauth.py b/nova/conf/consoleauth.py
index f156b25b0c..836bb506d8 100644
--- a/nova/conf/consoleauth.py
+++ b/nova/conf/consoleauth.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright (c) 2016 Intel, Inc.
# Copyright (c) 2013 OpenStack Foundation
# All Rights Reserved.
diff --git a/nova/conf/crypto.py b/nova/conf/crypto.py
index 116c547f4b..4b78e8f963 100644
--- a/nova/conf/crypto.py
+++ b/nova/conf/crypto.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/nova/conf/database.py b/nova/conf/database.py
index 03e316473f..dedf2fc777 100644
--- a/nova/conf/database.py
+++ b/nova/conf/database.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/ephemeral_storage.py b/nova/conf/ephemeral_storage.py
index 1679d15ef7..baa55bcffa 100644
--- a/nova/conf/ephemeral_storage.py
+++ b/nova/conf/ephemeral_storage.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 Huawei Technology corp.
# Copyright 2015 OpenStack Foundation
# All Rights Reserved.
diff --git a/nova/conf/exceptions.py b/nova/conf/exceptions.py
index cfdb176e6f..7bff68c1e0 100644
--- a/nova/conf/exceptions.py
+++ b/nova/conf/exceptions.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/flavors.py b/nova/conf/flavors.py
index e6d66c08c4..9da54a5ee8 100644
--- a/nova/conf/flavors.py
+++ b/nova/conf/flavors.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/floating_ips.py b/nova/conf/floating_ips.py
index 2daa386b56..6ebcc61669 100644
--- a/nova/conf/floating_ips.py
+++ b/nova/conf/floating_ips.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 Huawei Technology corp.
# All Rights Reserved.
#
diff --git a/nova/conf/glance.py b/nova/conf/glance.py
index 9d70be52d0..2f6f49c91b 100644
--- a/nova/conf/glance.py
+++ b/nova/conf/glance.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/nova/conf/guestfs.py b/nova/conf/guestfs.py
index 23df1888bf..d2c6c3bc30 100644
--- a/nova/conf/guestfs.py
+++ b/nova/conf/guestfs.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/hyperv.py b/nova/conf/hyperv.py
index ec74126e26..c255e9bfa1 100644
--- a/nova/conf/hyperv.py
+++ b/nova/conf/hyperv.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright (c) 2016 TUBITAK BILGEM
# All Rights Reserved.
#
diff --git a/nova/conf/image_file_url.py b/nova/conf/image_file_url.py
index 4439fed427..8dc6a70cad 100644
--- a/nova/conf/image_file_url.py
+++ b/nova/conf/image_file_url.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2013 Red Hat, Inc.
# All Rights Reserved.
#
diff --git a/nova/conf/ipv6.py b/nova/conf/ipv6.py
index cc19cc85c0..7580cafad6 100644
--- a/nova/conf/ipv6.py
+++ b/nova/conf/ipv6.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright (c) 2016 Intel, Inc.
# Copyright (c) 2013 OpenStack Foundation
# All Rights Reserved.
diff --git a/nova/conf/ironic.py b/nova/conf/ironic.py
index 3e71d211b6..684dac15ef 100644
--- a/nova/conf/ironic.py
+++ b/nova/conf/ironic.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 Intel Corporation
# All Rights Reserved.
#
diff --git a/nova/conf/key_manager.py b/nova/conf/key_manager.py
index ba3e299d56..2b7fcd80a6 100644
--- a/nova/conf/key_manager.py
+++ b/nova/conf/key_manager.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/legacy_api.py b/nova/conf/legacy_api.py
index 1a25a3b462..c051ffea03 100644
--- a/nova/conf/legacy_api.py
+++ b/nova/conf/legacy_api.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/libvirt.py b/nova/conf/libvirt.py
index b105e93057..03dea841d5 100644
--- a/nova/conf/libvirt.py
+++ b/nova/conf/libvirt.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/mks.py b/nova/conf/mks.py
index 74e86a8364..aa49a5675a 100644
--- a/nova/conf/mks.py
+++ b/nova/conf/mks.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/netconf.py b/nova/conf/netconf.py
index 1294d9335e..27066a36b2 100644
--- a/nova/conf/netconf.py
+++ b/nova/conf/netconf.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2010 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
# All Rights Reserved.
diff --git a/nova/conf/network.py b/nova/conf/network.py
index 922844cadb..5e651e7e47 100644
--- a/nova/conf/network.py
+++ b/nova/conf/network.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/neutron.py b/nova/conf/neutron.py
index 5fd0e683b3..09da11b0d3 100644
--- a/nova/conf/neutron.py
+++ b/nova/conf/neutron.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/notifications.py b/nova/conf/notifications.py
index 56e872866a..cc08790368 100644
--- a/nova/conf/notifications.py
+++ b/nova/conf/notifications.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright (c) 2016 Intel, Inc.
# Copyright (c) 2013 OpenStack Foundation
# All Rights Reserved.
diff --git a/nova/conf/novnc.py b/nova/conf/novnc.py
index aba0980228..bc558eedad 100644
--- a/nova/conf/novnc.py
+++ b/nova/conf/novnc.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright (c) 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/osapi_v21.py b/nova/conf/osapi_v21.py
index 8c2f2b0b29..7a6f2ad375 100644
--- a/nova/conf/osapi_v21.py
+++ b/nova/conf/osapi_v21.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/paths.py b/nova/conf/paths.py
index 519418dbc5..d6c3399a01 100644
--- a/nova/conf/paths.py
+++ b/nova/conf/paths.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2010 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
# All Rights Reserved.
diff --git a/nova/conf/pci.py b/nova/conf/pci.py
index 4d8396b6a4..af269a66b8 100644
--- a/nova/conf/pci.py
+++ b/nova/conf/pci.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright (c) 2013 Intel, Inc.
# Copyright (c) 2013 OpenStack Foundation
# All Rights Reserved.
diff --git a/nova/conf/quota.py b/nova/conf/quota.py
index 261a80cdcd..717e01ae64 100644
--- a/nova/conf/quota.py
+++ b/nova/conf/quota.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2010 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
# All Rights Reserved.
diff --git a/nova/conf/rdp.py b/nova/conf/rdp.py
index 0e949f8787..7176c15dbd 100644
--- a/nova/conf/rdp.py
+++ b/nova/conf/rdp.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/remote_debug.py b/nova/conf/remote_debug.py
index 3c763e1769..01017f7ef5 100644
--- a/nova/conf/remote_debug.py
+++ b/nova/conf/remote_debug.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright (c) 2016 Intel, Inc.
# Copyright (c) 2013 OpenStack Foundation
# All Rights Reserved.
diff --git a/nova/conf/rpc.py b/nova/conf/rpc.py
index 1e1fdcbb9c..7a6763d08d 100644
--- a/nova/conf/rpc.py
+++ b/nova/conf/rpc.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/nova/conf/s3.py b/nova/conf/s3.py
index 14ec6be921..6fdf796e11 100644
--- a/nova/conf/s3.py
+++ b/nova/conf/s3.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2010 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
# Copyright 2016 OpenStack Foundation
diff --git a/nova/conf/scheduler.py b/nova/conf/scheduler.py
index 978e6ba9b0..c0eba09589 100644
--- a/nova/conf/scheduler.py
+++ b/nova/conf/scheduler.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/serial_console.py b/nova/conf/serial_console.py
index fc321416ac..3b84ffd925 100644
--- a/nova/conf/serial_console.py
+++ b/nova/conf/serial_console.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/service.py b/nova/conf/service.py
index 345c2399b8..ad4df93008 100644
--- a/nova/conf/service.py
+++ b/nova/conf/service.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/servicegroup.py b/nova/conf/servicegroup.py
index 5ccab2795f..7c6f85c6b2 100644
--- a/nova/conf/servicegroup.py
+++ b/nova/conf/servicegroup.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright (c) 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/spice.py b/nova/conf/spice.py
index 6dcf29545b..08994b7917 100644
--- a/nova/conf/spice.py
+++ b/nova/conf/spice.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/ssl.py b/nova/conf/ssl.py
index d0370ce0c1..5a3ccef6e5 100644
--- a/nova/conf/ssl.py
+++ b/nova/conf/ssl.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/upgrade_levels.py b/nova/conf/upgrade_levels.py
index 8ef34c6f16..33c0d95b0c 100644
--- a/nova/conf/upgrade_levels.py
+++ b/nova/conf/upgrade_levels.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/virt.py b/nova/conf/virt.py
index aa6e0a250e..04ded8ee56 100644
--- a/nova/conf/virt.py
+++ b/nova/conf/virt.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/nova/conf/vmware.py b/nova/conf/vmware.py
index 1f2b680d84..f8d8429886 100644
--- a/nova/conf/vmware.py
+++ b/nova/conf/vmware.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/vnc.py b/nova/conf/vnc.py
index b30d8849b6..e30e7d9ae9 100644
--- a/nova/conf/vnc.py
+++ b/nova/conf/vnc.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright (c) 2010 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/workarounds.py b/nova/conf/workarounds.py
index e5db431bf8..fdbc949baa 100644
--- a/nova/conf/workarounds.py
+++ b/nova/conf/workarounds.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/wsgi.py b/nova/conf/wsgi.py
index 18d57bd337..7223752bbf 100644
--- a/nova/conf/wsgi.py
+++ b/nova/conf/wsgi.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2015 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/xenserver.py b/nova/conf/xenserver.py
index 028d3019b9..f5a471bd49 100644
--- a/nova/conf/xenserver.py
+++ b/nova/conf/xenserver.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#
diff --git a/nova/conf/xvp.py b/nova/conf/xvp.py
index 5f211cb435..3056754e81 100644
--- a/nova/conf/xvp.py
+++ b/nova/conf/xvp.py
@@ -1,3 +1,10 @@
+# needs:fix_opt_description
+# needs:check_deprecation_status
+# needs:check_opt_group_and_type
+# needs:fix_opt_description_indentation
+# needs:fix_opt_registration_consistency
+
+
# Copyright 2016 OpenStack Foundation
# All Rights Reserved.
#