Reviewed: https://review.opendev.org/c/openstack/neutron/+/902013 Committed: https://opendev.org/openstack/neutron/commit/d8a2f212f79ef732b58fe6b0cd80c85e213b496b Submitter: "Zuul (22348)" Branch: master
commit d8a2f212f79ef732b58fe6b0cd80c85e213b496b Author: Takashi Kajinami <[email protected]> Date: Tue Nov 28 09:42:48 2023 +0900 Add [metadata_rate_limiting] options to example config files The metadata_rate_limiting options were added during the previous cycles[1] but these options were not added to the oslo.config entry points thus are still missing from the example config files. This change adds these options to the appropriate entry points so that the options are picked up by oslo-config-generator. These options were previously registered by metadata-agent which are not using these options really. This change also removes that useless registration. [1] 5f4a41326d7b1da03e1929b4fd8bcdaf69da19ab Closes-Bug: #2044896 Change-Id: Ib4bea51e24063c275737cdd769ad07c621a845f6 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2044896 Title: [metadata_rate_limiting] options are absent from sample config files Status in neutron: Fix Released Bug description: The metadata_rate_limiting options were added as part of the metadata ratelimiting feature, which was added a few cycles ago[1]. However the change did not add these options for config entry points thus these options are not added to the sample config files generated by oslo-config-generator. https://review.opendev.org/c/openstack/neutron/+/858879 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2044896/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

