1. 30 Mar, 2022 1 commit
  2. 25 Mar, 2022 1 commit
  3. 09 Mar, 2022 4 commits
    • Thomas Goirand's avatar
      Add autopkgtest. · 96e0180d
      Thomas Goirand authored
      96e0180d
    • Thomas Goirand's avatar
      Fixed (build-)depends for this release. · 11feb7e3
      Thomas Goirand authored
      11feb7e3
    • Thomas Goirand's avatar
      Now packaging 14.0.0_rc1 · b9e1c80c
      Thomas Goirand authored
      b9e1c80c
    • Thomas Goirand's avatar
      Merge tag '14.0.0_rc1' into debian/yoga · 198bd3ff
      Thomas Goirand authored
      aodh 14.0.0.0rc1 release candidate
      
      meta:version: 14.0.0.0rc1
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release candidate
      meta:pypi: no
      meta:first: no
      meta:release:Author: Elod Illes <elod.illes@est.tech>
      meta:release:Commit: Elod Illes <elod.illes@est.tech>
      meta:release:Change-Id: Ide4d65c3b1ea37e9cf07fd11db0e97a1dfa46351
      meta:release:Code-Review+1: Matthias Runge <mrunge@redhat.com>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      198bd3ff
  4. 18 Feb, 2022 1 commit
    • James Page's avatar
      gnocchi: Use Dynamic Aggregates API · 74eadfbd
      James Page authored
      Switch to using the Dynamic Aggregates API as the Metric Aggregation
      API is deprecated.
      
      When using the Dynamic Aggregates API, any aggregation using rates
      can use the underlying base measures for the aggregation rather than
      the rate, for example:
      
          (aggregation rate:mean (metric cpu mean))
      
      The tuple of data for each record returned via this API is encapsulated
      with information about the aggregation used so adapt the sanitization
      function to deal with this and the formatting of the metrics measures
      API as well.
      
      Change-Id: I4f631d224404460138f4050b1b981d577b592544
      Closes-Bug: 1946793
      74eadfbd
  5. 01 Dec, 2021 1 commit
    • Takashi Kajinami's avatar
      Load api-paste.ini from configuration directories first · 8ac7c65c
      Takashi Kajinami authored
      The api-paste.ini file defines WSGI definition of API. This file is
      regarded as one configuration file and sometimes users need to modify
      the file, for example to enable an additional middleware.
      
      However currently aodh-api by default expects the file is located in
      the aodh source directory and users should set the [api] paste_config
      parameter in addition to copy and modify the file.
      
      This change makes the aodh-api process search the api-paste.ini file
      from configuration directories automatically, so that users can more
      easily customize the file by putting the modified file in /etc/aodh
      (or any other config directories).
      
      If the paste_config parameter is defined as a full path then aodh-api
      directly loads the file from the specified path. If the file is not
      found then the default file in the aodh source directory is used.
      
      Change-Id: I4a6194fbf6a5317a523d75e3fb6bd2fd055f5100
      8ac7c65c
  6. 19 Oct, 2021 1 commit
  7. 14 Oct, 2021 1 commit
    • Takashi Kajinami's avatar
      Rename [coordination] heartbeat to hearbeat_interval · 1948461d
      Takashi Kajinami authored
      ... so that users can more easily understnad the parameter defines
      interval. This makes the parameter name consistent with other services
      like designate or mistral, which provides the similar functionality
      using the same tooz library.
      
      Change-Id: I53cf905d7f643a3dc41f1121404abe3c9f0e61ac
      1948461d
  8. 06 Oct, 2021 1 commit
  9. 29 Sep, 2021 3 commits
  10. 19 Sep, 2021 1 commit
  11. 15 Sep, 2021 6 commits
  12. 14 Sep, 2021 1 commit
  13. 31 Aug, 2021 1 commit
  14. 26 Aug, 2021 2 commits
  15. 18 Aug, 2021 1 commit
    • Chris Sibbitt's avatar
      Adding FIPS job · a236b07d
      Chris Sibbitt authored
      Change-Id: I4cfcb3e12012075eb56c6f69200825f0b597803f
      Depends-On: I05713ed77b79e583ad1073ff80ccd7a031e34c26
      a236b07d
  16. 16 Aug, 2021 1 commit
  17. 14 Aug, 2021 1 commit
  18. 14 Jul, 2021 2 commits
  19. 09 Jul, 2021 2 commits
    • Zuul's avatar
      Merge "Merge notifier opts" · 71c51714
      Zuul authored
      71c51714
    • Matthias Runge's avatar
      Replace oslo_utils.fnmatch with fnmatch · 7a166e05
      Matthias Runge authored
      The oslo_utils.fnmatch module was added to solve an issue in py2.7 but
      it is no longer required because py2.7 is no longer supported.
      The module was deprecated since oslo.utils 4.9.1[1] and the stdlib's
      fnmatch module should be used instead.
      
      SQLAlchemy url is now immutable
      Use URL.set to update
      
      Co-authored by: Takashi Kajinami
      [1] 4c893c92f551c9dd2a7cfbe7ae8171ad8139df0b
      
      Change-Id: I59c4d93a5914b8e14f7ef93bcaff8d1caaf5e75a
      7a166e05
  20. 06 Jul, 2021 2 commits
  21. 29 Jun, 2021 1 commit
  22. 23 Jun, 2021 1 commit
  23. 18 Jun, 2021 1 commit
    • Matthias Runge's avatar
      Bugs are in launchpad · 434ee468
      Matthias Runge authored
      Update the README to point to oftc, and also update the
      bug location.
      
      Change-Id: I93fbdc4b8c35d4e90607064813ebccb632f73886
      434ee468
  24. 02 Jun, 2021 1 commit
  25. 28 May, 2021 1 commit
  26. 21 May, 2021 1 commit
    • Takashi Kajinami's avatar
      Deprecate unused [coordination] check_watchers · 082d67f5
      Takashi Kajinami authored
      The [coordination] check_watchers is no longer used in any
      implementation. This change deprecates the parameter so that we can
      remove it in a future release.
      
      Closes-Bug: #1929178
      Change-Id: I973eb15433e66c75366666940a841e5a579bf0e8
      082d67f5