1. 12 Sep, 2022 1 commit
  2. 11 Sep, 2022 1 commit
  3. 07 Sep, 2022 1 commit
    • Rafael Weingärtner's avatar
      Fix Non-OpenStack dynamic pollster credentials handling · 37bf3efb
      Rafael Weingärtner authored
      There was a problem with the barbican credentials processing for
      Non-OpenStack dynamic pollster. The credentials variables would be
      retrieved as a byte string, which would break the processing.
      Therefore, we needed to introduce a method to check if the credentials
      are a String object. if they are not, we convert them to String.
      
      Change-Id: I2084061eb8f543d4c557963599732e35cfa22996
      37bf3efb
  4. 06 Sep, 2022 2 commits
  5. 30 Aug, 2022 1 commit
  6. 29 Aug, 2022 1 commit
  7. 24 Aug, 2022 1 commit
  8. 23 Aug, 2022 1 commit
  9. 22 Aug, 2022 2 commits
  10. 12 Aug, 2022 1 commit
  11. 07 Aug, 2022 1 commit
    • Takashi Kajinami's avatar
      Remove unicode prefixes · 373b8f01
      Takashi Kajinami authored
      A unicode prefix is meaningless in Python 3. Because now ceilometer
      supports only Python 3, we can remove the prefix.
      
      Change-Id: I7bc91be21df646d8bbc7793eec28a93179a3eefa
      373b8f01
  12. 03 Aug, 2022 1 commit
  13. 04 Jul, 2022 3 commits
  14. 30 Jun, 2022 1 commit
    • Takashi Kajinami's avatar
      Remove GenericHardwareDeclarativePollster · a28cef70
      Takashi Kajinami authored
      ... and discovery/inspector plugins depending on the pollster. These
      were implemented to gather metrics via SNMP daemon in TripleO-managed
      deployment but these are no longer valid since Telemetry services and
      Nova were removed from undercloud.
      
      Change-Id: If9a6b695ba799c766314a88328ea8a779407acc0
      a28cef70
  15. 28 Jun, 2022 1 commit
  16. 27 Jun, 2022 3 commits
  17. 26 Jun, 2022 1 commit
  18. 25 Jun, 2022 1 commit
  19. 23 Jun, 2022 1 commit
  20. 13 Jun, 2022 3 commits
  21. 10 Jun, 2022 1 commit
  22. 08 Jun, 2022 3 commits
  23. 02 Jun, 2022 1 commit
    • Pavlo Shchelokovskyy's avatar
      Fix swift pollsters that use get_account · 05ac6c5d
      Pavlo Shchelokovskyy authored
      this is a followup to I38f9ff2bec0a2a3cb9dfc5c362284e33c12f3127
      
      in swiftclient, head_account and get_account have somewhat different
      signatures, specifically order of kwargs. While passing http_conn as
      third arg works for head_account, it does not work for get_account.
      In order for it to work for both, it must be passed as kwarg.
      
      Change-Id: I5433dc248e3f02c67107466408ed8c9ea8dd16a7
      05ac6c5d
  24. 26 May, 2022 1 commit
  25. 01 May, 2022 1 commit
  26. 29 Mar, 2022 1 commit
    • Tobias Urdin's avatar
      Debug log libvirt metadata version fails · 9a08b529
      Tobias Urdin authored
      We don't need to log this as a warning or info.
      If you have upgraded from an older version it just
      outputs that line times the amount of instances on
      the compute node every minute.
      
      Change-Id: Ic0f4ca41d2e4114800aba9d02309f2e04e313752
      9a08b529
  27. 08 Mar, 2022 4 commits