Reviewed: https://review.opendev.org/c/openstack/nova/+/804568 Committed: https://opendev.org/openstack/nova/commit/9bae5f2ca5f5780beb09130ece9ea77da1f6ab83 Submitter: "Zuul (22348)" Branch: master
commit 9bae5f2ca5f5780beb09130ece9ea77da1f6ab83 Author: Takashi Kajinami <[email protected]> Date: Sat Aug 14 23:21:41 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: I135bce7bd557cd5067897486e91c97c1dc61aa2b ** Changed in: nova 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: In Progress Status in Glance: In Progress Status in OpenStack Shared File Systems Service (Manila): In Progress 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

