1. 14 Apr, 2022 2 commits
    • Thomas Goirand's avatar
      Packaging 17.0.1 · 2084f220
      Thomas Goirand authored
      2084f220
    • Thomas Goirand's avatar
      Merge tag '17.0.1' into debian/xena · 11efd30c
      Thomas Goirand authored
      ceilometer 17.0.1 release
      
      meta:version: 17.0.1
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release
      meta:pypi: no
      meta:first: no
      meta:release:Author: Tobias Urdin <tobias.urdin@binero.se>
      meta:release:Commit: Tobias Urdin <tobias.urdin@binero.se>
      meta:release:Change-Id: Id8762695c32cfc9f41efbc7686c4304b5c761e4e
      meta:release:Code-Review+1: Matthias Runge <mrunge@redhat.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      11efd30c
  2. 11 Feb, 2022 1 commit
  3. 07 Feb, 2022 1 commit
    • Pavlo Shchelokovskyy's avatar
      Support two nova metadata versions in instance XML · c724307a
      Pavlo Shchelokovskyy authored and Tobias Urdin's avatar Tobias Urdin committed
      this is followup to I2aa34cf142c6429a7a0a3b8f232c3ed83f7d9981
      
      In order to support discovery of instances booted before Wallaby,
      ceilometer must support working with both 1.0 (old, Victoria and before)
      and 1.1 (new, Wallaby and for now newer) versions of nova metadata.
      
      Change-Id: I93b6e92a5f46de5486f30a99fa3917a5932f7360
      Related-Bug: #1930446
      (cherry picked from commit 2fc72043)
      c724307a
  4. 03 Jan, 2022 1 commit
  5. 17 Dec, 2021 1 commit
  6. 06 Oct, 2021 1 commit
  7. 29 Sep, 2021 1 commit
  8. 15 Sep, 2021 5 commits
    • Thomas Goirand's avatar
      Fixed (build-)depends for this release. · 0268b7f5
      Thomas Goirand authored
      0268b7f5
    • Thomas Goirand's avatar
      Now packaging 17.0.0_rc1 · 42a55499
      Thomas Goirand authored
      42a55499
    • Thomas Goirand's avatar
      Merge tag '17.0.0_rc1' into debian/xena · c8902bc4
      Thomas Goirand authored
      ceilometer 17.0.0.0rc1 release candidate
      
      meta:version: 17.0.0.0rc1
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release candidate
      meta:pypi: no
      meta:first: no
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: I5da99c7222e161552df9a854ca00b15ae389b390
      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: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      c8902bc4
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/xena · 3caca079
      OpenStack Release Bot authored
      Update the URL to the upper-constraints file to point to the redirect
      rule on releases.openstack.org so that anyone working on this branch
      will switch to the correct upper-constraints list automatically when
      the requirements repository branches.
      
      Until the requirements repository has as stable/xena branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: If0d5f0eb1124789b49d26bda64189541760f4cd5
      3caca079
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/xena · 4a2faab0
      OpenStack Release Bot authored
      Change-Id: I8187eefe7273248b79ad7f3ff231de825e7a3b65
      4a2faab0
  9. 23 Aug, 2021 2 commits
  10. 21 Aug, 2021 1 commit
    • Takashi Kajinami's avatar
      Add missing [oslo_reports] options · 7742fe06
      Takashi Kajinami authored
      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
      7742fe06
  11. 20 Aug, 2021 1 commit
    • Mark Goddard's avatar
      Fix CA file for Swift pollster · ed404c5f
      Mark Goddard authored
      Most OpenStack API communication uses the cafile option in the
      service_credentials config. For swift the client is created differently,
      and does not get this option. When TLS is used, we may get an error like
      the following:
      
      exceptions.SSLError: HTTPSConnectionPool(host='1.2.3.4', port=443): Max
      retries exceeded with url: /swift/v1/AUTH_XXXX (Caused by
      SSLError(SSLError("bad handshake: Error([('SSL routines',
      'tls_process_server_certificate', 'certificate verify failed')],)",),))
      
      This change fixes the issue by creating an HTTP connection for the Swift
      client that uses the configured CA file.
      
      Closes-Bug: #1940660
      Change-Id: I38f9ff2bec0a2a3cb9dfc5c362284e33c12f3127
      ed404c5f
  12. 19 Aug, 2021 1 commit
  13. 18 Aug, 2021 2 commits
  14. 16 Aug, 2021 4 commits
  15. 12 Aug, 2021 2 commits
  16. 11 Aug, 2021 1 commit
  17. 30 Jul, 2021 1 commit
  18. 23 Jul, 2021 1 commit
    • Takashi Kajinami's avatar
      Replace deprecated oslo_utils.timeutils.isotime · 2938ff9d
      Takashi Kajinami authored
      The isotime method in oslo_utils.timeutils module was deprecated long
      ago[1], and remaining usage of the deprecated method causes
      DeprecationWarning[2].
      This change replaces the deprecated method by a new method implemented
      as part of utility methods.
      
      [1] 5cad113739fa906c3901e530fcbfdee3b48961c1
      
      [2] DeprecationWarning: Using function/method 'isotime()' is deprecated
          in version '1.6' and will be removed in a future version: use
          datetime.datetime.isoformat()
      
      Change-Id: I2371e66d84ce8226700d32c90c0730b7c7e607a0
      2938ff9d
  19. 09 Jul, 2021 1 commit
  20. 08 Jul, 2021 1 commit
  21. 06 Jul, 2021 2 commits
  22. 30 Jun, 2021 1 commit
  23. 23 Jun, 2021 1 commit
  24. 18 Jun, 2021 2 commits
    • Matthias Runge's avatar
      Remove references to Ocata and Newton · 4efa64e0
      Matthias Runge authored
      from the docs.
      
      Change-Id: Ic017be5aeb605dd7b5b2723b111337a8611e43bd
      4efa64e0
    • Matthias Runge's avatar
      Move bug tracking back to launchpad · 82f7659e
      Matthias Runge authored
      Storyboard is hard to discover, and slow in usage. Since
      telemetry projects are mostly under maintenance, there are no
      big stories to be implemented at the moment, which can not be
      tracked in launchpad.
      
      Change-Id: I3ea900c3260009ac96140341ab346ebc8e5d4034
      82f7659e
  25. 16 Jun, 2021 1 commit
  26. 14 Jun, 2021 1 commit
  27. 06 Jun, 2021 1 commit