1. 30 Mar, 2022 1 commit
  2. 25 Mar, 2022 1 commit
  3. 11 Mar, 2022 2 commits
    • Thomas Goirand's avatar
      Now packaging 16.0.0_rc1 · ca724a04
      Thomas Goirand authored
      ca724a04
    • Thomas Goirand's avatar
      Merge tag '16.0.0_rc1' into debian/yoga · 469746fd
      Thomas Goirand authored
      networking-bgpvpn 16.0.0.0rc1 release candidate
      
      meta:version: 16.0.0.0rc1
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release candidate
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Elod Illes <elod.illes@est.tech>
      meta:release:Commit: Elod Illes <elod.illes@est.tech>
      meta:release:Change-Id: I11075d3f2cb9b008fd04cac6c86f7f43ad40a954
      meta:release:Code-Review+1: Lajos Katona <katonalala@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
      469746fd
  4. 26 Jan, 2022 1 commit
  5. 24 Jan, 2022 1 commit
    • elajkat's avatar
      CI: Use latest Neutron for jobs · 675be4f4
      elajkat authored
      py38 and horizon-tox-python3-django32 started to fail recently with:
      "AttributeError: type object 'NetworkRBAC' has no attribute
      'target_project'"
      [0]  changed target_tenant to target_project, and to keep these jobs
      green make them use latest Neutron as other jobs do.
      
      [0]: https://review.opendev.org/c/openstack/neutron/+/815855
      
      Change-Id: I433f186bf1110f88d64690b279a51625e96f7373
      675be4f4
  6. 24 Dec, 2021 1 commit
  7. 06 Oct, 2021 2 commits
  8. 30 Sep, 2021 1 commit
  9. 22 Sep, 2021 1 commit
  10. 17 Sep, 2021 1 commit
  11. 15 Sep, 2021 4 commits
    • Thomas Goirand's avatar
      Now packaging 15.0.0_rc1 · f9ea0d76
      Thomas Goirand authored
      f9ea0d76
    • Thomas Goirand's avatar
      Merge tag '15.0.0_rc1' into debian/xena · 701c79de
      Thomas Goirand authored
      networking-bgpvpn 15.0.0.0rc1 release candidate
      
      meta:version: 15.0.0.0rc1
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release candidate
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: I6dfb50ca22296e7a78d32ed91be6603867f49933
      meta:release:Code-Review+1: Lajos Katona <katonalala@gmail.com>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      701c79de
    • OpenStack Release Bot's avatar
      Add Python3 yoga unit tests · d3c440a3
      OpenStack Release Bot authored
      This is an automatically generated patch to ensure unit testing
      is in place for all the of the tested runtimes for yoga.
      
      See also the PTI in governance [1].
      
      [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
      
      Change-Id: Ibbab71eecf7d335ea99e0a24979389bc6af199c0
      d3c440a3
    • OpenStack Release Bot's avatar
      Update master for stable/xena · 0652b527
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/xena.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/xena.
      
      Sem-Ver: feature
      Change-Id: Ied608ff1cfe3ee2b0f2e4672d8b0d977b3889497
      0652b527
  12. 26 Aug, 2021 1 commit
  13. 16 Aug, 2021 1 commit
  14. 09 Aug, 2021 2 commits
  15. 06 Aug, 2021 2 commits
  16. 05 Aug, 2021 1 commit
  17. 29 Jul, 2021 1 commit
  18. 07 Jul, 2021 2 commits
  19. 01 Jun, 2021 1 commit
  20. 17 May, 2021 1 commit
  21. 13 May, 2021 1 commit
  22. 12 May, 2021 1 commit
  23. 29 Apr, 2021 1 commit
    • YuehuiLei's avatar
      setup.cfg: Replace dashes with underscores · 35769893
      YuehuiLei 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: I7727b19a1804188ce3e6957c2402a3009cd5eedc
      35769893
  24. 15 Apr, 2021 1 commit
  25. 05 Apr, 2021 1 commit
  26. 28 Mar, 2021 4 commits
  27. 24 Mar, 2021 2 commits
  28. 08 Mar, 2021 1 commit
    • wangzihao's avatar
      Use TOX_CONSTRAINTS_FILE · a7e99a62
      wangzihao authored
      UPPER_CONSTRAINTS_FILE is old name and deprecated
      This allows to use upper-constraints file as more
      readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.
      
      Change-Id: I0c8c2c4a783c4f0ac9f7530d4d18937ce5b17c61
      a7e99a62