1. 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
  2. 24 Aug, 2021 1 commit
  3. 18 Aug, 2021 1 commit
  4. 17 Aug, 2021 1 commit
  5. 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
  6. 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
  7. 12 Jul, 2021 1 commit
  8. 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
  9. 03 Jun, 2021 1 commit
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 29 Apr, 2021 1 commit
  16. 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
  17. 14 Apr, 2021 1 commit
  18. 13 Apr, 2021 1 commit
  19. 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
  20. 08 Apr, 2021 1 commit
  21. 06 Apr, 2021 1 commit
  22. 01 Apr, 2021 2 commits
    • Thomas Goirand's avatar
      Allow to configure policy_dirs · e639e073
      Thomas Goirand authored
      This patch makes it possible to override the current service default,
      which is /etc/<service>/policy.d .
      
      Change-Id: I661baba2df6cf36d55ed11160a4adf37998aad4a
      e639e073
    • OpenStack Release Bot's avatar
      Update master for stable/wallaby · 149d429a
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/wallaby.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/wallaby.
      
      Sem-Ver: feature
      Change-Id: Ie561c30d6f62b01c412230cec8eb16b9260d41f9
      149d429a
  23. 27 Mar, 2021 1 commit
  24. 26 Mar, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Wallaby RC1 · 7ff76c5c
      ZhongShengping authored
      Update the version metadata for Wallaby milestone RC1
      
      Change-Id: I4f4b6a65eb245c662a4807ca6711bd947f6be6ea
      7ff76c5c
  25. 25 Mar, 2021 1 commit
  26. 24 Mar, 2021 1 commit
  27. 23 Mar, 2021 1 commit
  28. 21 Mar, 2021 1 commit
  29. 12 Mar, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Wallaby M3 · 07bf5a6c
      ZhongShengping authored
      Update the version metadata for Wallaby milestone M3
      
      Change-Id: I4eca61936c2db475700d469bc34e5b30605f89c6
      07bf5a6c
  30. 19 Jan, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Wallaby M2 · bee6d42b
      ZhongShengping authored
      Update the version metadata for Wallaby milestone M2
      
      Change-Id: I0c74bc650930c3d3122752ae9e98aa66cbfab954
      bee6d42b
  31. 07 Jan, 2021 1 commit
  32. 04 Dec, 2020 1 commit
    • ZhongShengping's avatar
      Prepare Wallaby M1 · 8b4cb48f
      ZhongShengping authored
      Update the version metadata for Wallaby milestone M1
      
      Change-Id: Iba4d10d007bff4b39d0a5ae65f12c8dc62e2d126
      8b4cb48f
  33. 23 Nov, 2020 1 commit
    • ZhongShengping's avatar
      Allow db sync timeouts to be configurable · 5722f53b
      ZhongShengping authored
      As Openstack projects continue to have longer database migration
      chains, the Puppet default timeout of 300 seconds for an execution
      is becoming too short a duration on some hardware, leading to timeouts.
      As projects continue to add more migration scripts without pruning
      the base, timeouts will continue to become more frequent unless
      this time can be expanded.
      
      Change-Id: Ic4494c93ebb0449d16d5db6f780b3971a17b038a
      Closes-Bug: #1904962
      5722f53b
  34. 11 Nov, 2020 1 commit
  35. 06 Nov, 2020 1 commit
  36. 03 Nov, 2020 1 commit
  37. 02 Nov, 2020 1 commit