summaryrefslogtreecommitdiff
path: root/etc/ceilometer/ceilometer-config-generator.conf
Commit message (Collapse)AuthorAgeFilesLines
* Add missing oslo.cache parametersTakashi Kajinami2021-11-291-0/+1
| | | | | | | | | | | | | | Since [1] was merged, ceilometer supports caching attributes of gnocchi resource using the oslo.cache library. However the parameters to use the feature are missing from ceilometer.conf auto-generated. This change adds missing oslo.cache namespace so that parameters of this library is properly included in the file generated by the oslo-config-generator command. [1] 2511cfb6e48c5d03cd198ecf9f09f36db3caced8 Change-Id: Ifa0c882f41e6a0cc56d7304e48e5479906fc1199
* Add missing [oslo_reports] optionsTakashi Kajinami2021-08-211-0/+1
| | | | | | | | | 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: Iba2180a4a4b939c0763b5867fc603f875c39d1ea
* remove kafka and keystonemiddleware reqsgord chung2017-10-301-1/+0
| | | | | | | - no more api - no more kafka publisher (use oslo.messaging) Change-Id: I21794db25b624049df21d076ebe3be88fcd9d95a
* Remove deprecated storage driversJulien Danjou2017-10-261-1/+0
| | | | Change-Id: I6b262dd440a72f25662b64d938ab9e5328709a97
* Remove Ceilometer APIJulien Danjou2017-10-251-3/+0
| | | | | | This removes the deprecated Ceilometer API. Change-Id: I752b36b3dfe8f935b68c4d3d59ccb5b8b60c582f
* register ceilometer options at runtimeMehdi Abaakouk2016-11-241-0/+1
| | | | | | | | | | | | | | | This remove pollsters option from configfile sample due to a duplicate option registration. This will be fixed later. The exchange_control group in the config sample doesn't exit in reality exchange are in DEFAULT group. This removes usage of cfg.CONF everywhere left. This adds all missing OPTS in sample file. Change-Id: I48c11ee7e1aae65847958b98532b3bdb48a3ceb5
* Add http_proxy_to_wsgi to config-generatorJuan Antonio Osorio Robles2016-10-131-0/+1
| | | | | | | | The http_proxy_to_wsgi was recently added, however, in order to have this configuration added by the config generator, we need to add it to that relevant conf file. Change-Id: Ie763367a75cde2deff8fcdfda47e08ce990bae00
* Added CORS support to CeilometerDong Ma2016-01-141-0/+1
| | | | | | | | | | | | | | | | | | | | | This adds the CORS support middleware to Ceilometer, allowing a deployer to optionally configure rules under which a javascript client may break the single-origin policy and access the API directly. Included are Ceilometer's custom headers, so that anyone activating this middleware does not have to explicitly enable them. The paste.ini method of deploying the middleware was chosen, because it needs to be able to annotate responses created by keystonemiddleware. OpenStack CrossProject Spec: http://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html Oslo_Middleware Docs: http://docs.openstack.org/developer/oslo.middleware/cors.html OpenStack Cloud Admin Guide: http://docs.openstack.org/admin-guide-cloud/cross_project_cors.html Change-Id: I90d2a53c40e3c353abe3cf37bd7deb3a07aeb043
* Using oslo-config-generator to instead of generate-config-file.shliusheng2015-10-201-0/+11
We don't need a separate script to wrap the oslo-config-generator. Like other projects, we can just specify a config-generator config file to define the namespaces. Change-Id: I9ee06658d49163f041df18a62b33fa2804f545b8