Reviewed: https://review.opendev.org/c/openstack/manila/+/804566 Committed: https://opendev.org/openstack/manila/commit/3f97376cd06983b3dd173c876bf82c8ed6332623 Submitter: "Zuul (22348)" Branch: master
commit 3f97376cd06983b3dd173c876bf82c8ed6332623 Author: Takashi Kajinami <[email protected]> Date: Sat Aug 14 23:10:12 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: I5e30ef458bccb0921ce77b2d9ef875bec72d0619 ** Changed in: manila 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): 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

