1. 02 Oct, 2021 1 commit
  2. 30 Sep, 2021 3 commits
  3. 29 Sep, 2021 5 commits
  4. 28 Sep, 2021 3 commits
  5. 23 Sep, 2021 1 commit
    • ZhongShengping's avatar
      Fix stdlib version in metadata · b5167756
      ZhongShengping authored
      puppetlabs-stdlib is now using the 8.0.0 version, so we should fix the
      stdlib version in metadata.
      
      Change-Id: I85e8acfc2a0a80a3206fef229c4bb1bdcad5e7d4
      b5167756
  6. 20 Sep, 2021 1 commit
  7. 17 Sep, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Xena RC1 · 2874b242
      ZhongShengping authored
      Update the version metadata for Xena milestone RC1
      
      Change-Id: Iaeae9b3c7bff9bcaf6a8b9595bf63f507bc9c983
      2874b242
  8. 14 Sep, 2021 1 commit
    • ZhongShengping's avatar
      Add watch_log_file option · 448f4bd6
      ZhongShengping authored
      Add support for Using logging handler designed to watch file system.
      
      Change-Id: Id59ae948e6e4703ee45c51dfaf6ba7295c8a0777
      Closes-Bug: #1943212
      448f4bd6
  9. 06 Sep, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Xena M3 · ba416716
      ZhongShengping authored
      Update the version metadata for Xena milestone M3
      
      Change-Id: I8f779d0a8f9c67cb2dbe604f70e84a3fb0840e90
      ba416716
  10. 04 Sep, 2021 1 commit
  11. 24 Aug, 2021 1 commit
  12. 18 Aug, 2021 1 commit
  13. 17 Aug, 2021 1 commit
  14. 16 Aug, 2021 1 commit
    • Takashi Kajinami's avatar
      Support Puppet 7 · 085e1cbf
      Takashi Kajinami authored
      Puppet 7 has been tested in CI for a while but we haven't seen any
      issue with it. Let's officially support the version.
      
      Change-Id: If282566300b005fce1911c182fd12140f96b0291
      085e1cbf
  15. 26 Jul, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Xena M2 · 0ebde5fa
      ZhongShengping authored
      Update the version metadata for Xena milestone M2
      
      Change-Id: Ie2b7c697cb62215426748773eeb82e2973c47f3a
      0ebde5fa
  16. 12 Jul, 2021 1 commit
  17. 12 Jun, 2021 1 commit
    • Takashi Kajinami's avatar
      Drop Fedora support · 48861299
      Takashi Kajinami authored
      Fedora support is never tested, and has been unmaintained for a while.
      Because we don't expect any actual user using OpenStack on Fedora, this
      change drops support for Fedora directly.
      
      Change-Id: Ief3640d02625ac18ad638e5c7b4ee3cf01bd7b22
      48861299
  18. 03 Jun, 2021 1 commit
  19. 02 Jun, 2021 1 commit
    • Takashi Kajinami's avatar
      Set fixture paths for unit tests · 217a8ec1
      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: I12dbfcfd4bada8d8578632f47e74e638ec3754a7
      217a8ec1
  20. 28 May, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Xena M1 · 7c1b6efc
      ZhongShengping authored
      Update the version metadata for Xena milestone M1
      
      Change-Id: I5cf44c2e61d3394fe0732fb70e745ac65920cff8
      7c1b6efc
  21. 27 May, 2021 2 commits
    • Zuul's avatar
      Merge "Get rid of the $pyvers variable" · 16a76e86
      Zuul authored
      16a76e86
    • Takashi Kajinami's avatar
      setup.cfg: Replace dashes with underscores · 131fa90b
      Takashi Kajinami authored
      Setuptools v54.1.0 introduces a warning that the use of
      dash-separated options in 'setup.cfg' will not be supported
      in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores.
      Without this, we see 'UserWarning' messages
      like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: I1f77a6f3adf54ed47fc722de65eaf1c289ebe331
      131fa90b
  22. 21 May, 2021 1 commit
    • Thomas Goirand's avatar
      Get rid of the $pyvers variable · 5f643a27
      Thomas Goirand authored
      Since everyone has switched to Python3, it's time for the removal of the
      $pyvers variable.
      
      Change-Id: I8c124fb850011a3fd13df504b1897305f944d062
      5f643a27
  23. 11 May, 2021 2 commits
    • Takashi Kajinami's avatar
      Add support for oslo.middleware options · 13a5a266
      Takashi Kajinami authored
      Change-Id: Ib5e374c97af141c47407df19ae71e7b518765f84
      13a5a266
    • Takashi Kajinami's avatar
      Fix lint errors with the latest lint packages · 19d3603d
      Takashi Kajinami authored
      This change fixes the following lint errors discovered since we removed
      pin of lint packages.
      
      manifests/init.pp:153:WARNING: Duplicate class parameter documentation
      for cloudkitty::rpc_response_timeout
      manifests/init.pp:11:WARNING: Duplicate class parameter documentation
      for cloudkitty::rpc_response_timeout
      manifests/init.pp:189:WARNING: No matching class parameter for
      documentation of cloudkitty::enable_proxy_headers_parsing
      manifests/init.pp:184:WARNING: No matching class parameter for
      documentation of cloudkitty::region_name
      manifests/init.pp:178:WARNING: No matching class parameter for
      documentation of cloudkitty::flavor
      
      Note that this change removes description about the following three
      parameters, since these parameters have never been implemented.
      
      - cloudkitty::flavor
      - cloudkitty::region_name
      - cloudkitty::enable_proxy_headers_parsing
      
      Change-Id: Ib2978ad343939e54c0296c86d23617e50ce923fb
      19d3603d
  24. 29 Apr, 2021 1 commit
  25. 21 Apr, 2021 1 commit
    • Thomas Goirand's avatar
      Debian api_uwsgi_config: Switch to :ini_setting · 4c43a1e2
      Thomas Goirand authored
      On each puppet run, I'm seeing:
      value changed ['12'] to '12' (corrective)
      
      Therefore, this patch switches from :openstackconfig to :ini_setting
      to make the 2nd run not changing anything.
      
      Change-Id: Ie388eb22a0c75d590c0e853064ed2f6f34e3abeb
      4c43a1e2
  26. 14 Apr, 2021 1 commit
  27. 13 Apr, 2021 1 commit
  28. 12 Apr, 2021 1 commit
    • Thomas Goirand's avatar
      Add support for cloudkitty_api_uwsgi_config in Debian · 36bf4eef
      Thomas Goirand authored
      This patch is adding the configuration of the number of workers,
      threads, and the size of the listen queue in Debian, which uses
      uwsgi to run Aodh API. Therefore, this patch adds a new
      cloudkitty_api_uwsgi_config provider as well as a new
      cloudkitty::wsgi::uwsgi class.
      
      Change-Id: I5d0635800d26327fbdbaa33299927f92eb651fc8
      36bf4eef
  29. 08 Apr, 2021 1 commit
  30. 06 Apr, 2021 1 commit