We are content to announce the release of: ceilometer 7.0.1: OpenStack Telemetry This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/ceilometer/ For more details, please see below. 7.0.1 ^^^^^ New Features * Ceilometer sets up the HTTPProxyToWSGI middleware in front of Ceilometer. The purpose of this middleware is to set up the request URL correctly in case there is a proxy (for instance, a loadbalancer such as HAProxy) in front of Ceilometer. So, for instance, when TLS connections are being terminated in the proxy, and one tries to get the versions from the / resource of Ceilometer, one will notice that the protocol is incorrect; It will show 'http' instead of 'https'. So this middleware handles such cases. Thus helping Keystone discovery work correctly. The HTTPProxyToWSGI is off by default and needs to be enabled via a configuration value. Changes in ceilometer 7.0.0..7.0.1 ---------------------------------- 0320326 Add a release note for HTTPProxyToWSGI middleware 627a00d Corrected debug msg in CPUL3CachePollster 4f42ed4 Handling KeyError error, make gnocchi event dispatcher work 60f5caa gnocchi: don't show backtrace on connection failure 2813647 Trivial fix: fix a wrong config option type usage b430421 specific the title 93b927a doc: fix the wsgi configuration file name 20dd763 fix perf when libvirt is >=2.0.0 and <2.3.0 34b0aff Fix gate problem related to _error_checker() and oslo.log change 88a3e91 enable caching bd017df Imported Translations from Zanata c995ad0 Add http_proxy_to_wsgi to config-generator 6d0d781 Add http_proxy_to_wsgi to api-paste 5e0f3e1 fix perf when libvirt is >=2.0.0 and <2.3.0 a417a87 make gnocchi event dispatcher work 67bbd3f collector: fix graceful shutdown when udp enabled ed0075f Modify startup parameters of ceilometer-api in devstack script a3931b0 gabbi: set panko_is_disabled to avoid relying on Keystone autodiscovery Diffstat (except docs and test files) ------------------------------------- ceilometer/cmd/storage.py | 2 +- ceilometer/collector.py | 5 + ceilometer/compute/pollsters/cpu.py | 2 +- ceilometer/compute/virt/libvirt/inspector.py | 15 +- ceilometer/dispatcher/gnocchi.py | 77 +++++--- .../locale/de/LC_MESSAGES/ceilometer-log-error.po | 127 +++++++++++-- .../locale/de/LC_MESSAGES/ceilometer-log-info.po | 58 +++--- .../de/LC_MESSAGES/ceilometer-log-warning.po | 107 +++++++++-- ceilometer/locale/de/LC_MESSAGES/ceilometer.po | 97 +++++++--- .../locale/es/LC_MESSAGES/ceilometer-log-error.po | 25 +-- .../locale/es/LC_MESSAGES/ceilometer-log-info.po | 29 +-- ceilometer/locale/es/LC_MESSAGES/ceilometer.po | 31 +--- ceilometer/locale/fr/LC_MESSAGES/ceilometer.po | 31 +--- ceilometer/locale/it/LC_MESSAGES/ceilometer.po | 31 +--- ceilometer/locale/ja/LC_MESSAGES/ceilometer.po | 31 +--- .../ko_KR/LC_MESSAGES/ceilometer-log-error.po | 22 +-- .../ko_KR/LC_MESSAGES/ceilometer-log-info.po | 29 +-- .../ko_KR/LC_MESSAGES/ceilometer-log-warning.po | 15 +- ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.po | 31 +--- ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.po | 31 +--- ceilometer/locale/ru/LC_MESSAGES/ceilometer.po | 32 +--- ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.po | 29 +-- ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.po | 29 +-- .../tempest/service/images/v1/images_client.py | 6 +- .../unit/compute/virt/libvirt/test_inspector.py | 14 ++ devstack/plugin.sh | 3 +- etc/ceilometer/api_paste.ini | 6 +- etc/ceilometer/ceilometer-config-generator.conf | 1 + etc/ceilometer/gnocchi_resources.yaml | 8 +- .../glance/install-glance-rdo.rst | 4 +- .../glance/install-glance-ubuntu.rst | 4 +- install-guide/source/install-base-ubuntu.rst | 2 +- ...ttp_proxy_to_wsgi_enabled-616fa123809e1600.yaml | 13 ++ 37 files changed, 710 insertions(+), 526 deletions(-)
participants (1)
-
no-reply@openstack.org