1. 23 Nov, 2021 1 commit
  2. 13 Jun, 2021 1 commit
    • Takashi Kajinami's avatar
      Set fixture paths for unit tests · 9335ac5f
      Takashi Kajinami authored
      This change defines manifest_dir and module_path expicitly in unit
      tests so that modules installed under fixtures directory is properly
      loaded.
      
      Closes-Bug: #1930403
      Change-Id: I9342ae7e8945cf8a8d05c0d8d2956191605c7ad8
      (cherry picked from commit abb76234)
      9335ac5f
  3. 15 Feb, 2021 1 commit
  4. 27 Jan, 2021 2 commits
    • Takashi Kajinami's avatar
      Remove transformers from pipeline.yaml · ed9563b6
      Takashi Kajinami authored
      This change removes usage of transformers from pipeline.yaml because
      support of transofermer was already removed from ceilometer[1].
      
      [1] 9db5c6c9bfc66018aeb78c4a262e1bfa9b326798
      
      Backport note:
      This backport patch includes the subsequent change[2] to fix the wrong
      file mentioned in the release note file.
      
      [2] d27fbd3f
      
      Closes-Bug: #1912345
      Change-Id: Ibadafdf86f5ce581c9084a5e00784eefa7d28cab
      (cherry picked from commit 5b8f5d04)
      (cherry picked from commit 815d7033dbe6f5c3dde1128ce6aecc4048eb09cb)
      ed9563b6
    • Takashi Kajinami's avatar
      Replace disk.* meters by disk.device.* meters · 90ef42ef
      Takashi Kajinami authored
      The disk.* meters have already removed from ceilometer[1] and we
      should use the disk.device.* meters instead.
      
      [1] f7b1218b8e26a0f9a5924a15b029a961413cc40a
      
      Closes-Bug: #1911852
      Change-Id: I9dcf128951cc23a0c8c8e589c42a352a94b3c8df
      (cherry picked from commit 682ef848)
      (cherry picked from commit a3511cbed6ca4bfa00d766f60344ed44655d81d7)
      90ef42ef
  5. 27 Aug, 2020 1 commit
  6. 26 Aug, 2020 1 commit
  7. 27 May, 2020 1 commit
    • Tobias Urdin's avatar
      Add more oslo::cache params to init · f04bc510
      Tobias Urdin authored
      This adds two new parameters cache_backend
      and manage_backend_package that is simply
      proxy parameters that is passed down to
      oslo::cache like all other modules.
      
      This does not introduce a behavior change
      since cache_backend defaults to
      $::os_service_default we do not enforce
      any new package installs even though
      manage_backend_package is set to true
      (like it was before since that is
      oslo::cache default)
      
      Updates the testing so we test for the
      oslo::cache resource and not the functionality
      that the resource itself has.
      
      Change-Id: Ib6f6853dd34e83e757bee0382ee84141e3f4dbd8
      (cherry picked from commit 2b44bcb9)
      f04bc510
  8. 14 May, 2020 1 commit
  9. 28 Apr, 2020 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/ussuri · 071910ae
      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/ussuri branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: Ib6042d17640bf60d4a43c880f03103cca46d0d37
      071910ae
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/ussuri · adf8b169
      OpenStack Release Bot authored
      Change-Id: I7968bf44703cf9f7b825f528824f271f04bca536
      adf8b169
  10. 24 Apr, 2020 1 commit
    • ZhongShengping's avatar
      Prepare Ussuri RC1 · ffed06ca
      ZhongShengping authored
      Update the version metadata for Ussuri milestone RC1
      
      Change-Id: I5e43c9c31eb136d3b1e7fde0fe800828b53959e7
      ffed06ca
  11. 13 Apr, 2020 2 commits
  12. 07 Apr, 2020 3 commits
  13. 31 Mar, 2020 1 commit
  14. 30 Mar, 2020 2 commits
  15. 25 Mar, 2020 1 commit
  16. 23 Mar, 2020 1 commit
    • ZhongShengping's avatar
      Remove idle_timeout option · d6265c7b
      ZhongShengping authored
      The idle_timeout parameter has been deprecated for two releases.
      We can remove it.
      
      Change-Id: Ibfd781466e9786b1ddffa57784ab818a88f92439
      d6265c7b
  17. 16 Feb, 2020 1 commit
  18. 13 Feb, 2020 1 commit
    • ZhongShengping's avatar
      Prepare Ussuri M2 · 4ae0f7e8
      ZhongShengping authored
      Update the version metadata for Ussuri milestone M2
      
      Change-Id: Ic2876c3823cb6c9bc3ff735071811b6ea779c1b4
      4ae0f7e8
  19. 11 Dec, 2019 1 commit
    • ZhongShengping's avatar
      Fix stdlib version in metadata · a8de27f8
      ZhongShengping authored
      puppetlabs-stdlib is now using the 6.1.0 version, so we should fix the
      stdlib version in metadata.
      
      Change-Id: I4cd116b3ea90ba30dc96c7d426f10a72c9f567ce
      a8de27f8
  20. 10 Dec, 2019 1 commit
    • ZhongShengping's avatar
      Prepare Ussuri M1 · 917bf068
      ZhongShengping authored
      Update the version metadata for Ussuri milestone M1
      
      Change-Id: I7e6f141ae8d7b50ff07d1f4d950d9efaf2ad530e
      917bf068
  21. 08 Dec, 2019 1 commit
  22. 13 Nov, 2019 1 commit
    • Jake Yip's avatar
      Add executor_thread_pool_size · f2893444
      Jake Yip authored
      Change I36324bae39e05dde57b962948f832c22599c13d2 added
      executor_thread_pool_size as a new param to oslo::messaging::default,
      but that option was not updated in many modules like this one. This
      means a user cannot set executor_thread_pool_size, as setting it
      anywhere else will throw a duplicate declaration error.
      
      This change update the oslo::messaging::default call accordingly, and
      adds an option to set it, similar to Change
      Id4a61c39ef6392a3d656952467c756be9e68de91
      
      Change-Id: I446af549752cf4872b98e3320353bd93a8a9ab2f
      f2893444
  23. 29 Oct, 2019 1 commit
  24. 21 Oct, 2019 1 commit
    • Tobias Urdin's avatar
      Change notification ack_on_event_error to service default · 75f614b1
      Tobias Urdin authored
      The default value of ack_on_event_error is forced to true
      which is unneccesary since the default value in ceilometer.conf
      is true. Instead we should default to using the service default.
      
      Change-Id: I8c287331d57cdd39eaa4faf83091f7532b6b6293
      75f614b1
  25. 04 Oct, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · fecdf581
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/train.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/train.
      
      Change-Id: I80cfb8c4b0bfd9bb8dc448f2758439e37cd82f17
      Sem-Ver: feature
      fecdf581
  26. 27 Sep, 2019 1 commit
  27. 26 Sep, 2019 1 commit
  28. 25 Sep, 2019 1 commit
    • ZhongShengping's avatar
      Prepare Train RC1 · edcc50f1
      ZhongShengping authored
      Update the version metadata for Train milestone RC1
      
      Change-Id: Ie31320a2324cf95fa8f6abf785a752cec6f1b084
      edcc50f1
  29. 05 Sep, 2019 1 commit
    • ZhongShengping's avatar
      Prepare Train M4 · 2b4bf2cd
      ZhongShengping authored
      Update the version metadata for Train milestone 4
      
      Change-Id: I7f4570915b13ca507e7e3d8e59ec4fe19ca78a50
      2b4bf2cd
  30. 22 Aug, 2019 1 commit
  31. 21 Aug, 2019 2 commits
  32. 20 Aug, 2019 2 commits
    • Tobias Urdin's avatar
      Remove deprecated params and agents · ddf478bc
      Tobias Urdin authored
      Removes the parameters and agents that has been
      deprecated for atleast one cycle.
      
      Change-Id: I33c45e1ac69348df3d4f0a0df4561295123bdcce
      ddf478bc
    • Tobias Urdin's avatar
      Remove gnocchi dispatcher · d10a6d9c
      Tobias Urdin authored
      The gnocchi dispatcher has been deprecated for multiple cycles
      and is no longer the prefered way to send options to gnocchi.
      
      They should be sent as URL parameters when configuring the
      gnocchi:// publisher in the pipelines.
      
      Change-Id: Ica6b5248f0ef6b6d5dbdf8021598926899a3127e
      d10a6d9c