1. 05 May, 2020 1 commit
  2. 12 Feb, 2020 1 commit
    • elajkat's avatar
      Make gateway update work without device info · d57ae1ad
      elajkat authored
      _validate_gateway_for_update expects now the gw dict to have device
      dict. The update thus fails in case of updateing the name only for
      example.
      This patch makes this kind of easy updates working.
      
      Change-Id: I4368e1fdbe3e539c988f82fd90d4c30b426ac1d2
      Closes-Bug: #1834331
      d57ae1ad
  3. 09 Dec, 2019 1 commit
    • elajkat's avatar
      Remove networking-l2gw python2 jobs · f317bfae
      elajkat authored
      Python 2 will be EOL at the end of 2019. Ussuri will no longer support
      Python 2 so it's safe to remove python2 jobs and save some CI resources.
      
      Change-Id: I12ec23f9f8879b984099cce3495f4687dd2e0f61
      f317bfae
  4. 05 Dec, 2019 1 commit
  5. 25 Oct, 2019 1 commit
  6. 16 Oct, 2019 1 commit
  7. 26 Sep, 2019 1 commit
  8. 25 Sep, 2019 1 commit
  9. 20 Sep, 2019 1 commit
  10. 17 Sep, 2019 1 commit
  11. 05 Sep, 2019 1 commit
  12. 03 Sep, 2019 2 commits
  13. 28 Aug, 2019 1 commit
    • Boden R's avatar
      use standard_attr db from neutron-lib · db63dffa
      Boden R authored
      This patch consumes the neutron_lib.db.standard_attr module from
      neutron-lib by switching all imports to use neutron-lib's standard_attr.
      
      Change-Id: I846d99918aac6ae3dc699ed06233b1f4fa5ea78b
      db63dffa
  14. 26 Aug, 2019 1 commit
    • elajkat's avatar
      py3: encode messages on py3 · 852c8098
      elajkat authored
      On python3 send fails with TypeError: a bytes-like object is required,
      not 'str', this patch solves this issue.
      
      Closes-Bug: #1820154
      Change-Id: I700462a9a5bcc66b2edf05e4e0396556e381a8c1
      852c8098
  15. 29 Jul, 2019 1 commit
    • pengyuesheng's avatar
      Bump the openstackdocstheme extension to 1.20 · 563a9bad
      pengyuesheng authored
      Some options are now automatically configured by the version 1.20:
      - project
      - html_last_updated_fmt
      - latex_engine
      - latex_elements
      - version
      - release.
      
      Change-Id: I128f18d83a950b31e1e8c5a475d6e21a1987242f
      563a9bad
  16. 24 Jul, 2019 1 commit
  17. 04 Jul, 2019 1 commit
  18. 28 Jun, 2019 1 commit
  19. 18 Jun, 2019 1 commit
  20. 28 May, 2019 3 commits
  21. 27 May, 2019 1 commit
    • Andreas Jaeger's avatar
      Import and update jobs · aed091ab
      Andreas Jaeger authored
      Import jobs from project-config and update them:
      * Use python36 instead of python35, since py35 is out of scope
        for current cycle.
      * Switch to using "tox -e docs" for docs building - using
        build-openstack-docs-pti template. This does not publish since
        networking-l2gw is not an official OpenStack project under governance
        anymore.
      
      Update tox.ini for docs change.
      
      Since this now uses python3 for docs building, switch from oslosphinx
      (only working with python2) to openstackdocstheme.
      
      Use new URL for upper-constraints file everywhere.
      
      Update RST files where new sphinx was producing errors.
      
      Needed-By: https://review.opendev.org/661542
      Change-Id: Ic59f532e31647bc58aba236bf440b7bca934d36d
      aed091ab
  22. 23 May, 2019 1 commit
  23. 22 May, 2019 1 commit
    • Andreas Jaeger's avatar
      Fix sphinx requirements · 4aaadd1c
      Andreas Jaeger authored
      Fix sphinx requirements for python 3 so that tests work again, this is
      needed to fix networking-l2gw-tempest-dummy for
      https://review.opendev.org/659960.
      
      This commit includes the following unrelated changes
      to pass the gate.
      ----------------------------------------
      Update psycopg2 to fix lower constraint issue
      
      This is a copy and paste from:
          https://review.opendev.org/#/c/645299/
      
      Closes-Bug: #1821676
      Change-Id: I728f38a4e43416cb2951d6ae7ca032f769d3666b
      ----------------------------------------
      
      Change-Id: Ib578f234077654ecde3a1159950bcc3831cab98a
      4aaadd1c
  24. 19 Apr, 2019 1 commit
  25. 11 Jan, 2019 1 commit
  26. 09 Jan, 2019 1 commit
  27. 27 Dec, 2018 1 commit
  28. 04 Dec, 2018 1 commit
  29. 14 Nov, 2018 1 commit
    • Boden R's avatar
      stop using _apply_filters_to_query · 787de9e3
      Boden R authored
      The common_db_mixin will module eventually be removed from neutron as
      its functionality is available via neutron-lib. This patch switches
      uses of  _apply_filters_to_query() over to apply_filters() from
      neutron-lib's model_query module.
      
      Change-Id: I58e01cfb67f288f777e7a4b2bd6c5748d6c4c0a4
      787de9e3
  30. 03 Nov, 2018 2 commits
    • Zuul's avatar
      Merge "Update min tox version to 2.0" · e1240827
      Zuul authored
      e1240827
    • Vieri's avatar
      Update min tox version to 2.0 · 7fd1b71d
      Vieri authored
      The commands used by constraints need at least tox 2.0.  Update to
      reflect reality, which should help with local running of constraints
      targets.
      
      Change-Id: I825550ecc5a3a15b981a177300d152f23a6541e9
      Closes-Bug:  #1801467
      7fd1b71d
  31. 02 Nov, 2018 3 commits
  32. 25 Sep, 2018 1 commit
    • Boden R's avatar
      opt in for neutron-lib consumption patches · cdce6dce
      Boden R authored
      As part of the Denver PTG [1] we decided networking related projects
      that are "current" and want to receive neutron-lib consumption patches
      on an on-going basis should indicate such with a well defined comment
      in their requirements.txt. This allows us to easily find the list of
      project to receive neutron-lib consumption patches [2] by searching for
      the string.
      
      In addition, projects opting-in for these patches are also attesting
      they will stay up to date with TC and infra initiatives to ensure
      consumption patches can flow freely.
      
      This patch adds the "neutron-lib-current" string to requirements.txt
      opting in for neutron-lib consumption patches.
      
      [1] https://etherpad.openstack.org/p/neutron-stein-ptg
      [2] https://docs.openstack.org/neutron-lib/latest/contributor/contributing.html#phase-4-consume
      
      Change-Id: Iaee6784e224ce824353156a5e86e8926b56ff6b4
      cdce6dce
  33. 24 Sep, 2018 2 commits