Ocata 시리즈 릴리즈 노트

4.0.1

버그 수정

  • When an unprivileged user want to access to Gnocchi resources created by Ceilometer, that doesn’t work because the filter scope the Gnocchi query to resource owner to the user. To fix we introduce a new configuration option “gnocchi_external_project_owner” set by default to “service”. The new filter now allow two kind of Gnocchi resources:

    • owned by the user project

    • owned by “gnocchi_external_project_owner” and the original project_id of the resource is the user project.

4.0.0

새로운 기능

  • 기본으로 /healthcheck 로 상태 체크 endpoint를 제공합니다. oslo_midlleware healthcheck 미들웨어를 활용하여 API 서비스 상태에 대한 정보를 검색할 수 있습니다.

업그레이드 노트

  • The api.pecan_debug option has been removed.

  • All the deprecated non-SQL drivers have been removed.

기타 기능

  • Gnocchi aggregation capabilities are now cached to minimise redundant calls to Gnocchi when validating aggregation methods. The cache is stored in-memory for an hour. If additional aggregations are added to Gnocchi, they will not be proprogated to Aodh’s API service for at most an hour or unless the service is restarted.

  • Aodh now leverages microseconds timestamps available since MySQL 5.6.4, meaning it is now the minimum required version of MySQL.