1. 05 Apr, 2022 3 commits
    • Thomas Goirand's avatar
      Fixed depends for this release. · e899dc9e
      Thomas Goirand authored
      e899dc9e
    • Thomas Goirand's avatar
      Now packaging 20.3.0 · 64d04796
      Thomas Goirand authored
      64d04796
    • Thomas Goirand's avatar
      Merge tag '20.3.0' into debian/yoga · d914e685
      Thomas Goirand authored
      puppet-aodh 20.3.0 release
      
      meta:version: 20.3.0
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release
      meta:pypi: no
      meta:first: no
      meta:release:Author: Takashi Kajinami <tkajinam@redhat.com>
      meta:release:Commit: Takashi Kajinami <tkajinam@redhat.com>
      meta:release:Change-Id: I2b2bead3e7e2dbde46a817edab45e0d03699a11c
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      d914e685
  2. 29 Mar, 2022 1 commit
    • Jiri Podivin's avatar
      setuptools: Disable auto discovery · ed325e53
      Jiri Podivin authored
      The latest release of setuptools 61.0 made a breaking change[1] and
      because of this change 'pip install' fails with the following error.
      
      ~~~
      error: Multiple top-level packages discovered in a flat-layout:
      ['lib', 'spec', 'manifests', 'releasenotes'].
      ~~~
      
      Users that don't set 'packages', 'py_modules', or configuration'
      are still likely to observe the auto-discovery behavior, which may
      halt the build if the project contains multiple directories and/or
      multiple Python files directly under the project root.
      
      To disable auto discovery, one can do below in setup.py
      
      ~~~
      setuptools.setup(..,packages=[],..)
      ~~~
      
      or
      
      ~~~
      setuptools.setup(..,py_modules=[],..)
      ~~~
      
      [1] https://github.com/pypa/setuptools/issues/3197
      
      
      
      Note setup.py is not used to install puppet modules. However it is used
      to generate a release note, thus should be fixed.
      
      Signed-off-by: default avatarJiri Podivin <jpodivin@redhat.com>
      Change-Id: I082c2e49a8ae103c57c69bec5c3a7f3840d845f6
      ed325e53
  3. 25 Mar, 2022 1 commit
  4. 14 Mar, 2022 3 commits
    • Thomas Goirand's avatar
      Fixed depends for this release. · 0400b5be
      Thomas Goirand authored
      0400b5be
    • Thomas Goirand's avatar
      Now packaging 20.2.0. · b467b388
      Thomas Goirand authored
      b467b388
    • Thomas Goirand's avatar
      Merge tag '20.2.0' into debian/yoga · 8db44a09
      Thomas Goirand authored
      puppet-aodh 20.2.0 release
      
      meta:version: 20.2.0
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release
      meta:pypi: no
      meta:first: no
      meta:release:Author: Takashi Kajinami <tkajinam@redhat.com>
      meta:release:Commit: Takashi Kajinami <tkajinam@redhat.com>
      meta:release:Change-Id: I1fe667a3a1af784b33565fcd4a4e1d19092861f0
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      8db44a09
  5. 11 Mar, 2022 2 commits
  6. 08 Mar, 2022 1 commit
  7. 03 Mar, 2022 1 commit
    • Takashi Kajinami's avatar
      Globally support system scope credentials · 442e6965
      Takashi Kajinami authored
      After spending huge effort to understand the exact requirements to
      enforce SRBAC, we learned it's very difficult to find the required
      scope in each credential. This requires understanding implementation of
      client-side as well as server-side, and requirement might be different
      according to the deployment architecture or features used.
      
      Instead of implementing support based on the actual implementation,
      this introduces support for system scope credentials to all places
      where keystone user credential is defined, and make all credential
      configurations consistent.
      
      Change-Id: I28ff22b43ea5938056082361c9d0c98f89de1a03
      442e6965
  8. 27 Feb, 2022 1 commit
    • ZhongShengping's avatar
      Prepare Yoga M3 · 326cfc67
      ZhongShengping authored
      Update the version metadata for Yoga milestone M3
      
      Change-Id: I09577523bec74d5ad3e3affe99a414dc630fd653
      326cfc67
  9. 24 Feb, 2022 1 commit
  10. 22 Feb, 2022 2 commits
  11. 20 Feb, 2022 2 commits
  12. 18 Feb, 2022 1 commit
  13. 15 Feb, 2022 2 commits
  14. 14 Feb, 2022 1 commit
  15. 10 Feb, 2022 1 commit
  16. 08 Feb, 2022 1 commit
  17. 07 Feb, 2022 1 commit
  18. 06 Feb, 2022 1 commit
  19. 04 Feb, 2022 2 commits
  20. 03 Feb, 2022 1 commit
    • Takashi Kajinami's avatar
      Drop unused implementation to expect "undef" · 2865eb0b
      Takashi Kajinami authored
      In current puppet, overriding a parameter by "undef" results in
      just its default value. There is no chance that undef is honored unless
      that is the default.
      
      Change-Id: Icf44e6be4317dc6de973368c4f1aba3f88ea161f
      2865eb0b
  21. 23 Jan, 2022 1 commit
  22. 20 Jan, 2022 1 commit
  23. 07 Jan, 2022 3 commits
  24. 05 Jan, 2022 2 commits
  25. 30 Dec, 2021 3 commits
  26. 28 Dec, 2021 1 commit