1. 22 Oct, 2019 1 commit
  2. 08 Oct, 2019 2 commits
    • Thomas Goirand's avatar
      Now packaging 15.4.0 (train) · 7b8505d1
      Thomas Goirand authored
      7b8505d1
    • Thomas Goirand's avatar
      Merge tag '15.4.0' into debian/train · e0d08030
      Thomas Goirand authored
      puppet-congress 15.4.0 release
      
      meta:version: 15.4.0
      meta:diff-start: -
      meta:series: train
      meta:release-type: release
      meta:pypi: no
      meta:first: no
      meta:release:Author: Emilien Macchi <emilien@redhat.com>
      meta:release:Commit: Emilien Macchi <emilien@redhat.com>
      meta:release:Change-Id: Ia7c2bf3f2d47de4b2cbd4839b6ada23f278485a9
      meta:release:Code-Review+1: yatin <ykarel@redhat.com>
      meta:release:Code-Review+1: Alfredo Moralejo <amoralej@redhat.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Code-Review+2: Jean-Philippe Evrard <jean-philippe@evrard.me>
      meta:release:Workflow+1: Jean-Philippe Evrard <jean-philippe@evrard.me>
      e0d08030
  3. 28 Sep, 2019 2 commits
    • Thomas Goirand's avatar
      Now packaging 15.2.0 · abb713e1
      Thomas Goirand authored
      abb713e1
    • Thomas Goirand's avatar
      Merge tag '15.2.0' into debian/train · 67ebff4d
      Thomas Goirand authored
      puppet-congress 15.2.0 release
      
      meta:version: 15.2.0
      meta:diff-start: -
      meta:series: train
      meta:release-type: release
      meta:pypi: no
      meta:first: no
      meta:release:Author: ZhongShengping <chdzsp@163.com>
      meta:release:Commit: ZhongShengping <chdzsp@163.com>
      meta:release:Change-Id: I1621938129c001a793ef9d4c3279c1b9126d2d41
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      67ebff4d
  4. 27 Sep, 2019 1 commit
  5. 26 Sep, 2019 1 commit
  6. 25 Sep, 2019 1 commit
    • ZhongShengping's avatar
      Prepare Train RC1 · 229d5491
      ZhongShengping authored
      Update the version metadata for Train milestone RC1
      
      Change-Id: Ib1c7c23a28d99451d30533124ff69f37e4e8333c
      229d5491
  7. 05 Sep, 2019 2 commits
  8. 21 Aug, 2019 1 commit
    • ZhongShengping's avatar
      Introduce the new rabbit_heartbeat_in_pthread option · a4b4637f
      ZhongShengping authored
      oslo.messaging RabbitMQ driver have now a new option that allow user to
      run the RabbitMQ heartbeat over a native python thread.
      
      These change allow user to use this new option.
      
      Change-Id: Ie38832955897dee71ec60276fe30474ce9f4b2bf
      Closes-Bug: #1840868
      a4b4637f
  9. 15 Aug, 2019 1 commit
    • ZhongShengping's avatar
      Remove deprecated pki related options · 483fe892
      ZhongShengping authored
      The deprecated pki related options check_revocations_for_cached and
      hash_algorithms option has been removed.
      
      Change-Id: I4bbfc3149370470ca0133bba2e55fa71dc7d310a
      483fe892
  10. 13 Aug, 2019 1 commit
  11. 07 Aug, 2019 1 commit
    • ZhongShengping's avatar
      Sync Sphinx requirement · f704c71c
      ZhongShengping authored
      Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      
      Change-Id: Iffddd8d88a553bc78b4ed7c95ba4e7ceb5e68928
      f704c71c
  12. 24 Jul, 2019 1 commit
    • ZhongShengping's avatar
      Prepare Train M3 · d4c08c3f
      ZhongShengping authored
      Update the version metadata for Train milestone 3
      
      Change-Id: Ia2378f1cd998ae09fd41d15187dc338c70bc6ef7
      d4c08c3f
  13. 18 Jul, 2019 3 commits
  14. 10 Jun, 2019 1 commit
    • ZhongShengping's avatar
      Prepare Train M2 · d69e3c99
      ZhongShengping authored
      Update the version metadata for Train milestone 2
      
      Change-Id: I0783663b0dc7f3a6f73c63aa8b6f2d8db0cfe668
      d69e3c99
  15. 17 May, 2019 1 commit
  16. 28 Apr, 2019 1 commit
  17. 21 Apr, 2019 3 commits
  18. 19 Apr, 2019 1 commit
  19. 17 Apr, 2019 1 commit
  20. 09 Apr, 2019 4 commits
  21. 02 Apr, 2019 1 commit
    • Alex Schultz's avatar
      Disable beaker jobs for now · dfedf04e
      Alex Schultz authored
      The centos packaging is broken because congress recently bumped their
      psycopg2 requirement to version >= 2.7 but RDO only ships version 2.5.
      Basically installing congress doesn't seem to be working on centos or
      ubuntu at the moment so we need to kill the beaker jobs so we can land
      the stein branch bits.
      
      Change-Id: Iccbf3dbff9f21c1ee2dc075c1324670d66bc0aa7
      dfedf04e
  22. 25 Mar, 2019 1 commit
  23. 22 Mar, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/stein · e9c90e0d
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/stein.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/stein.
      
      Change-Id: I117b9bd7d2478e7262b7de51557a6557a34cc4e5
      Sem-Ver: feature
      e9c90e0d
  24. 18 Mar, 2019 1 commit
    • ZhongShengping's avatar
      Prepare Stein RC1 · bee0db95
      ZhongShengping authored
      Update the version metadata for Stein milestone RC1
      
      Change-Id: I854521950879f36c0bdecad765d23e6d89382d48
      bee0db95
  25. 06 Mar, 2019 1 commit
    • ZhongShengping's avatar
      Prepare Stein M3 · d6379a55
      ZhongShengping authored
      Update the version metadata for Stein milestone 3
      
      Change-Id: Ica9942ce41226117a1bcea50e7fada70160b76a2
      d6379a55
  26. 25 Feb, 2019 2 commits
  27. 23 Feb, 2019 2 commits
    • Tobias Urdin's avatar
      Add release note about Ubuntu py3 upgrade · c3e1b868
      Tobias Urdin authored
      Change-Id: Ie131cf519f3377defdc00e27ec81399b869e187f
      c3e1b868
    • Tobias Urdin's avatar
      Use validate_legacy · 614d13d9
      Tobias Urdin authored
      This changes all the puppet 3 validate_* functions
      to use the validate_legacy function.
      
      The validate_legacy function has been available since
      about three years but require Puppet >= 4.4.0 and since
      there is Puppet 4.10.12 as latest we should assume people
      are running a fairly new Puppet 4 version.
      
      This is the first step to then remove all validate function
      calls and use proper types for parameter as described in spec [1].
      
      [1] https://review.openstack.org/#/c/568929/
      
      Change-Id: Ic534a8249e3defc5f33a34580eaba8f478c4755a
      614d13d9
  28. 15 Feb, 2019 1 commit
    • ZhongShengping's avatar
      Service_token_roles_required missing in the server config file · c1e3f13b
      ZhongShengping authored
      Service_token_roles_required missing in the server config file which
      allows backwards compatibility to ensure that the service tokens are
      compared against a list of possible roles for validity.
      
      Change-Id: I95abaa0720ad38378dadf6d97114ee4f255d9713
      Closes-Bug: 1778198
      c1e3f13b