1. 06 Sep, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Xena M3 · 06d42a7c
      ZhongShengping authored
      Update the version metadata for Xena milestone M3
      
      Change-Id: I16ef1fa12a09f72f2c90acc369659cf492e07ae5
      06d42a7c
  2. 26 Aug, 2021 1 commit
    • Takashi Kajinami's avatar
      Do not test authtoken parameters directly · 4fbb82c7
      Takashi Kajinami authored
      The authtoken parameters are not managed directly but managed by
      the keystone::resource::authtoken class. Thus we should avoid testing
      parameters directly otherwise any change in the resource type can
      cause test failures.
      
      Change-Id: I60b68cb78f63320fd1df46e0dccda2e8babe28ba
      4fbb82c7
  3. 14 Aug, 2021 1 commit
    • Takashi Kajinami's avatar
      Support Puppet 7 · 90f81630
      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: Ib293453a4633ee757521f5b78eefc0b5641ca2d8
      90f81630
  4. 26 Jul, 2021 1 commit
    • ZhongShengping's avatar
      Prepare Xena M2 · 26524c04
      ZhongShengping authored
      Update the version metadata for Xena milestone M2
      
      Change-Id: I9abea060846cb88a11ca322dfa80de04a85f6c35
      26524c04
  5. 04 Jul, 2021 1 commit
  6. 01 Jul, 2021 1 commit
  7. 28 Jun, 2021 1 commit
  8. 02 Jun, 2021 2 commits
  9. 28 May, 2021 2 commits
    • ZhongShengping's avatar
      Prepare Xena M1 · 0d364bc2
      ZhongShengping authored
      Update the version metadata for Xena milestone M1
      
      Change-Id: Id448b8219305fc29cdc2cfd4a343f10955d82585
      0d364bc2
    • Takashi Kajinami's avatar
      Drop Fedora support · 95600aad
      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: I47b68064df58fb9874d1d069619611a1e8a51a60
      95600aad
  10. 27 May, 2021 1 commit
  11. 21 May, 2021 1 commit
    • Thomas Goirand's avatar
      Get rid of the $pyvers variable · 68b83d31
      Thomas Goirand authored
      Since everyone has switched to Python3, it's time for the removal of the
      $pyvers variable.
      
      Change-Id: Ibf93bdbf3c9e2985108f7ebb84de541ac2bb3a67
      68b83d31
  12. 11 May, 2021 1 commit
    • Takashi Kajinami's avatar
      setup.cfg: Replace dashes with underscores · 7c74f5f8
      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: I27c7081db25b1252d467f9fada3e7f04156a5536
      7c74f5f8
  13. 29 Apr, 2021 1 commit
  14. 20 Apr, 2021 1 commit
  15. 14 Apr, 2021 1 commit
  16. 13 Apr, 2021 1 commit
  17. 12 Apr, 2021 1 commit
    • Thomas Goirand's avatar
      Add support for barbican_api_uwsgi_config in Debian · 0edb3b18
      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 Nova API. Therefore, this patch adds a new
      barbican_api_uwsgi_config provider as well as a new
      barbican::wsgi::uwsgi class.
      
      Change-Id: I3acdc3021e787ae1bc5e4ed3c464d530bfbde50a
      0edb3b18
  18. 08 Apr, 2021 1 commit
  19. 06 Apr, 2021 1 commit
  20. 01 Apr, 2021 2 commits
    • Thomas Goirand's avatar
      Allow to configure policy_dirs · b8ee62c0
      Thomas Goirand authored
      This patch makes it possible to override the current service default,
      which is /etc/<service>/policy.d .
      
      Change-Id: Ib8f71445a680d845a3434c127daa202a3a75269b
      b8ee62c0
    • OpenStack Release Bot's avatar
      Update master for stable/wallaby · 785ed37d
      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: Ie80134492571e2fefa2f25eda450a147a074127a
      785ed37d
  21. 29 Mar, 2021 1 commit
  22. 27 Mar, 2021 1 commit
  23. 26 Mar, 2021 4 commits
  24. 25 Mar, 2021 1 commit
  25. 24 Mar, 2021 1 commit
  26. 23 Mar, 2021 4 commits
  27. 22 Mar, 2021 3 commits
  28. 21 Mar, 2021 1 commit
    • Alexey Stupnikov's avatar
      Add support for always_set_cka_sensitive parameter · 27b1cc27
      Alexey Stupnikov authored
      Some time ago BarbicanPkcs11AlwaysSetCkaSensitive option was
      added to tripleo-heat-templates. change:
      If3fa975e8243dfe30ef67ec81db891943a94a9d5
      
      At the same time, it looks like relevant change was not added
      to puppet-barbican project. This patch adds missing parameter
      to barbican::plugins::p11_crypto class.
      
      Partial-bug: #1916386
      Change-Id: Idf9dc70cd68d4e594119efcd2a3c3a0e56621c96
      27b1cc27
  29. 19 Mar, 2021 1 commit