1. 20 May, 2020 3 commits
  2. 05 May, 2020 1 commit
  3. 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
  4. 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
  5. 05 Dec, 2019 1 commit
  6. 25 Oct, 2019 1 commit
  7. 22 Oct, 2019 1 commit
  8. 18 Oct, 2019 1 commit
  9. 16 Oct, 2019 4 commits
  10. 26 Sep, 2019 1 commit
  11. 25 Sep, 2019 1 commit
  12. 20 Sep, 2019 1 commit
  13. 17 Sep, 2019 1 commit
  14. 05 Sep, 2019 1 commit
  15. 03 Sep, 2019 2 commits
  16. 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
  17. 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
  18. 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
  19. 24 Jul, 2019 1 commit
  20. 20 Jul, 2019 1 commit
  21. 19 Jul, 2019 1 commit
  22. 18 Jul, 2019 1 commit
  23. 04 Jul, 2019 1 commit
  24. 28 Jun, 2019 1 commit
  25. 18 Jun, 2019 1 commit
  26. 28 May, 2019 3 commits
  27. 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
  28. 23 May, 2019 1 commit
  29. 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
  30. 19 Apr, 2019 1 commit
  31. 02 Apr, 2019 2 commits