From 08f7f7a89366487bf2782bdc3ca5b4dab9a4487f Mon Sep 17 00:00:00 2001 From: Markus Zoeller Date: Fri, 27 May 2016 18:11:25 +0200 Subject: [PATCH] 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 --- nova/conf/api.py | 7 +++++++ nova/conf/availability_zone.py | 7 +++++++ nova/conf/barbican.py | 7 +++++++ nova/conf/base.py | 7 +++++++ nova/conf/cache.py | 7 +++++++ nova/conf/cells.py | 7 +++++++ nova/conf/cert.py | 7 +++++++ nova/conf/cinder.py | 7 +++++++ nova/conf/cloudpipe.py | 7 +++++++ nova/conf/compute.py | 7 +++++++ nova/conf/conductor.py | 7 +++++++ nova/conf/configdrive.py | 7 +++++++ nova/conf/console.py | 7 +++++++ nova/conf/consoleauth.py | 7 +++++++ nova/conf/crypto.py | 7 +++++++ nova/conf/database.py | 7 +++++++ nova/conf/ephemeral_storage.py | 7 +++++++ nova/conf/exceptions.py | 7 +++++++ nova/conf/flavors.py | 7 +++++++ nova/conf/floating_ips.py | 7 +++++++ nova/conf/glance.py | 7 +++++++ nova/conf/guestfs.py | 7 +++++++ nova/conf/hyperv.py | 7 +++++++ nova/conf/image_file_url.py | 7 +++++++ nova/conf/ipv6.py | 7 +++++++ nova/conf/ironic.py | 7 +++++++ nova/conf/key_manager.py | 7 +++++++ nova/conf/legacy_api.py | 7 +++++++ nova/conf/libvirt.py | 7 +++++++ nova/conf/mks.py | 7 +++++++ nova/conf/netconf.py | 7 +++++++ nova/conf/network.py | 7 +++++++ nova/conf/neutron.py | 7 +++++++ nova/conf/notifications.py | 7 +++++++ nova/conf/novnc.py | 7 +++++++ nova/conf/osapi_v21.py | 7 +++++++ nova/conf/paths.py | 7 +++++++ nova/conf/pci.py | 7 +++++++ nova/conf/quota.py | 7 +++++++ nova/conf/rdp.py | 7 +++++++ nova/conf/remote_debug.py | 7 +++++++ nova/conf/rpc.py | 7 +++++++ nova/conf/s3.py | 7 +++++++ nova/conf/scheduler.py | 7 +++++++ nova/conf/serial_console.py | 7 +++++++ nova/conf/service.py | 7 +++++++ nova/conf/servicegroup.py | 7 +++++++ nova/conf/spice.py | 7 +++++++ nova/conf/ssl.py | 7 +++++++ nova/conf/upgrade_levels.py | 7 +++++++ nova/conf/virt.py | 7 +++++++ nova/conf/vmware.py | 7 +++++++ nova/conf/vnc.py | 7 +++++++ nova/conf/workarounds.py | 7 +++++++ nova/conf/wsgi.py | 7 +++++++ nova/conf/xenserver.py | 7 +++++++ nova/conf/xvp.py | 7 +++++++ 57 files changed, 399 insertions(+) diff --git a/nova/conf/api.py b/nova/conf/api.py index bf0fb1746751..1b30681d5873 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 c3f61639c2eb..d8ed22c67f3b 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 e5ee1666b005..c84694837b92 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 002ddf1a1c07..bd69d8ee8904 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 cccabf7d7d96..11241067f501 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 2c283c273104..87284010dccc 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 4f325a204e9d..665d56b9b730 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 d240a2fec78b..0e90db8e440b 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 ecf7a1a47f52..72044ad579c8 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 c5197ee2fec1..647e5ffeb643 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 74e9a5b6bece..9cf21554c9b7 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 ef0e0043a7eb..d7ec4e63d4d7 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 38c22dea75eb..fea078af4df0 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 f156b25b0cbc..836bb506d88f 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 116c547f4b16..4b78e8f963d6 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 03e316473fdc..dedf2fc777eb 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 1679d15ef781..baa55bcffabb 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 cfdb176e6f09..7bff68c1e0a2 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 e6d66c08c400..9da54a5ee823 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 2daa386b569a..6ebcc6166907 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 9d70be52d09b..2f6f49c91b82 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 23df1888bf76..d2c6c3bc30b2 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 ec74126e26cc..c255e9bfa123 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 4439fed427e8..8dc6a70cad32 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 cc19cc85c0ee..7580cafad63b 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 3e71d211b651..684dac15efda 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 ba3e299d5635..2b7fcd80a669 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 1a25a3b462c7..c051ffea0303 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 b105e930576d..03dea841d5e7 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 74e86a83642d..aa49a5675a1e 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 1294d9335e06..27066a36b29f 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 922844cadb1c..5e651e7e479a 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 5fd0e683b35b..09da11b0d37f 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 56e872866a86..cc08790368a2 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 aba098022814..bc558eedad8d 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 8c2f2b0b29a8..7a6f2ad375b0 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 519418dbc5c7..d6c3399a011d 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 4d8396b6a48c..af269a66b8e6 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 261a80cdcd55..717e01ae6427 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 0e949f8787c0..7176c15dbd62 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 3c763e1769ad..01017f7ef547 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 1e1fdcbb9c92..7a6763d08de9 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 14ec6be9210d..6fdf796e1156 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 978e6ba9b01e..c0eba09589b5 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 fc321416ac60..3b84ffd92542 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 345c2399b8df..ad4df9300861 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 5ccab2795f48..7c6f85c6b2b3 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 6dcf29545bfb..08994b7917b2 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 d0370ce0c1de..5a3ccef6e5f0 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 8ef34c6f1632..33c0d95b0c58 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 aa6e0a250ef1..04ded8ee56dc 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 1f2b680d8488..f8d8429886fc 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 b30d8849b6f7..e30e7d9ae9d4 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 e5db431bf82c..fdbc949baac0 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 18d57bd33796..7223752bbfd2 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 028d3019b9ba..f5a471bd4937 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 5f211cb43501..3056754e8107 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. #