Reviewed: https://review.opendev.org/c/openstack/designate/+/804944 Committed: https://opendev.org/openstack/designate/commit/d65faea1d540da4d0f600f5c969098eae53842cd Submitter: "Zuul (22348)" Branch: master
commit d65faea1d540da4d0f600f5c969098eae53842cd Author: Takashi Kajinami <[email protected]> Date: Wed Aug 18 12:18:13 2021 +0900 Add missing [oslo_reports] options The oslo.reports library provides some options under the [oslo_reports] section. This change ensures these parameters are rendered by the oslo-config-generator command. Closes-Bug: #1940733 Change-Id: Ia5491fc97e431e5fce52091729738e6958f764e2 ** Changed in: designate Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1940733 Title: [oslo_reports] options are missing from the config file generated by oslo-confi-generator Status in Ceilometer: In Progress Status in Designate: Fix Released Status in Glance: In Progress Status in OpenStack Shared File Systems Service (Manila): Fix Released Status in OpenStack Compute (nova): Fix Released Bug description: Description =========== The oslo.reports library[1] introduced ability to generate an error report which is usually called "guru meditation report". This library provides several config options but currently none of them are rendered into .conf file generated by oslo-confing-generator. [1] https://github.com/openstack/oslo.reports Steps to reproduce ================== * Generate .conf file by `tox -e genconfig` * Review options described in the generated .conf file Expected result =============== The [oslo_reports] section is included Actual result ============= The [oslo_reports] section is missing Environment =========== N/A Logs & Configs ============== N/A To manage notifications about this bug go to: https://bugs.launchpad.net/ceilometer/+bug/1940733/+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

