1. 06 Oct, 2021 1 commit
  2. 30 Sep, 2021 1 commit
  3. 22 Sep, 2021 3 commits
    • Thomas Goirand's avatar
      Needs python3-neutron-lib >= 2.11.0. · 16e71669
      Thomas Goirand authored
      16e71669
    • Thomas Goirand's avatar
      Now packaging 13.0.0_rc1 · b929624c
      Thomas Goirand authored
      b929624c
    • Thomas Goirand's avatar
      Merge tag '13.0.0_rc1' into debian/xena · 7860ee41
      Thomas Goirand authored
      networking-sfc 13.0.0.0rc1 release candidate
      
      meta:version: 13.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: Ife052392198da18a331d4f6c718b650e6ff62af5
      meta:release:Code-Review+1: Bernard Cafarelli <bcafarel@redhat.com>
      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: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      7860ee41
  4. 08 Sep, 2021 1 commit
  5. 02 Sep, 2021 2 commits
  6. 31 Aug, 2021 1 commit
  7. 16 Aug, 2021 1 commit
  8. 07 Jul, 2021 1 commit
  9. 18 Jun, 2021 1 commit
    • Slawek Kaplonski's avatar
      Use ovs constants from neutron-lib · 21dce307
      Slawek Kaplonski authored
      Ovs constants were moved from neutron to neutron_lib some time ago.
      This patch switches to use them from neutron-lib already.
      
      This patch bumps min version of neutron-lib to 2.11 as it is version
      which has those constants already.
      
      It also fixes some small issue in grouping of imports.
      
      Change-Id: I4f63b8cd737575eed948a15a439ef9ca9566e374
      21dce307
  10. 17 Jun, 2021 1 commit
  11. 19 May, 2021 2 commits
  12. 15 Apr, 2021 1 commit
  13. 28 Mar, 2021 1 commit
  14. 25 Mar, 2021 3 commits
    • Thomas Goirand's avatar
    • Thomas Goirand's avatar
      Now packaging 12.0.0_rc1 · c0400faf
      Thomas Goirand authored
      c0400faf
    • Thomas Goirand's avatar
      Merge tag '12.0.0_rc1' into debian/wallaby · 43b6a94a
      Thomas Goirand authored
      networking-sfc 12.0.0.0rc1 release candidate
      
      meta:version: 12.0.0.0rc1
      meta:diff-start: -
      meta:series: wallaby
      meta:release-type: release candidate
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Akihiro Motoki <amotoki@gmail.com>
      meta:release:Change-Id: Ie25b3750710a7dd43bf3dd0162b1136499bb098b
      meta:release:Code-Review+1: Akihiro Motoki <amotoki@gmail.com>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      43b6a94a
  15. 24 Mar, 2021 2 commits
  16. 22 Mar, 2021 1 commit
  17. 10 Mar, 2021 1 commit
  18. 04 Mar, 2021 1 commit
    • wangzihao's avatar
      Remove six · 38ae30b6
      wangzihao authored
      Remove six Replace the following items with Python 3 style code.
      - six.string_types
      - six.add_metaclass
      
      Change-Id: I877552d6207f0c1fd3eb22b433af033de5d6e05c
      38ae30b6
  19. 03 Mar, 2021 2 commits
  20. 01 Mar, 2021 2 commits
    • wangzihao's avatar
      Use TOX_CONSTRAINTS_FILE · 42509e23
      wangzihao authored
      UPPER_CONSTRAINTS_FILE is old name and deprecated
      This allows to use lower-constraints file as more
      readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.
      
      Change-Id: I439535f0ac5df735bdf0caf538edad97e1b0ac8d
      42509e23
    • Manpreet Kaur's avatar
      Use unittest.mock instead of mock · 3f759390
      Manpreet Kaur authored
      Few files were still using third party mock library, this patch removes
      them and use the standard library mock module instead.
      
      Change-Id: Ic5c1d1bceff3e995d40ee49218e3627d26be1bed
      3f759390
  21. 15 Feb, 2021 1 commit
    • Akihiro Motoki's avatar
      Fix lower-constraints · 0eb06a29
      Akihiro Motoki authored
      The latest pip resolver started to check requirements strictly
      and it detects many inconsistencies in lower-constraints.txt.
      
      The summary of changes in lower-constraints.txt are as below.
      
      * Address inconsistencies detected by the pip resolver accordingly.
      * os-xenapi in l-c is bumped to 0.3.4. os-xenapi 0.3.1 is incompatible
        in eventlet versions which neutron and other projects require.
        Note that neutron 17.0.0 says os-xenapi>=0.3.1 but wallaby neutron
        already bumped it to >=0.3.4 to pass the check by the new pip.
      * Bump the minimum neutron requirement to 17.0.0 (victoria release)
        as the previous min version 13.0.0.0b2 is too old.
        Wallaby and Victoria neutron are not different much, so I think
        it is no problem to use the latest released version here.
        (This is mainly to narrow down the space which the pip resolver
         searchs and speed up the fix effort.)
      * Minimum versions in requirements.txt and test-requirements.txt
        are updated accordingly.
      * Drop linter-specific entries from lower-constraints.txt.
      * Move linter dependencies to tox.ini. It is out of the outcomes
        in [1] and its thread. Note that we don't need isort explicitly
        as pylint now set a proper version including the upper limit.
      
      [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019415.html
      
      Change-Id: I25a7e1d47c267631ebcb8ce34876ccfd38007e03
      0eb06a29
  22. 10 Nov, 2020 1 commit
    • likui's avatar
      remove babel.cfg · 4daafc6a
      likui authored
      Remove babel.cfg and the translation bits from setup.cfg, those are not
      needed anymore.
      
      Change-Id: I83a070211939f9eeaffa95d1b4b6d9c3b0655960
      4daafc6a
  23. 04 Nov, 2020 1 commit
  24. 18 Oct, 2020 3 commits
  25. 27 Sep, 2020 3 commits
    • Thomas Goirand's avatar
      Add python3-isort as build-depends. · b2643f74
      Thomas Goirand authored
      b2643f74
    • Thomas Goirand's avatar
      Now packaging 11.0.0_rc1 · 5ee081fd
      Thomas Goirand authored
      5ee081fd
    • Thomas Goirand's avatar
      Merge tag '11.0.0_rc1' into debian/victoria · ef7b53a2
      Thomas Goirand authored
      networking-sfc 11.0.0.0rc1 release candidate
      
      meta:version: 11.0.0.0rc1
      meta:diff-start: -
      meta:series: victoria
      meta:release-type: release candidate
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Thierry Carrez <thierry@openstack.org>
      meta:release:Commit: Thierry Carrez <thierry@openstack.org>
      meta:release:Change-Id: I0334f2ef39ae0536bc3731744b128d469346c830
      meta:release:Code-Review+1: Boyron Sébastien <sboyron@redhat.com>
      meta:release:Code-Review+1: Slawek Kaplonski <skaplons@redhat.com>
      meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com>
      meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
      meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
      ef7b53a2
  26. 24 Sep, 2020 2 commits