1. 15 Sep, 2020 1 commit
    • elajkat's avatar
      .zuul.yaml to the project and change location · 37f190cc
      elajkat authored
      Add back .zuul.yaml to the project and change all references from
      openstack/networking-l2gw to x/networking-l2gw
      
      Make jobs work on ubuntu focal
      Fix mysql syntax in tools/test-setup.sh
      
      Change-Id: Ic48f3d8ae8786b9ea98abba94b44ff4cb804ccc8
      37f190cc
  2. 06 Aug, 2020 1 commit
    • elajkat's avatar
      Remove .zuul.yaml · b20b90d7
      elajkat authored
      The removal of .zuul.yaml is necessary to import the repo to x/
      namespace.
      
      Change-Id: Ie4434ed4c116bfc10b60945172b49898db44714f
      b20b90d7
  3. 03 Jul, 2020 1 commit
  4. 30 Jun, 2020 1 commit
    • elajkat's avatar
      Retire networking-l2gw: remove zuul jobs · 454cf61f
      elajkat authored
      networking-l2gw is not a neutron stadium project, and not governed by
      openstack, so it is time to move it to x/ namespace. As a first step
      disable zuul jobs to avoid collisions when the new repository will be
      created as x/networking-l2gw.
      
      Change-Id: I1bf048df49c385a92fea55f99bd0a7c4283960cf
      454cf61f
  5. 29 Jun, 2020 1 commit
  6. 19 Jun, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · e3ffcc08
      Andreas Jaeger authored
      This repo is now testing only with Python 3, so let's make
      a few cleanups:
      - Remove python 2.7 stanza from setup.py
      - Add requires on python >= 3.6 to setup.cfg so that pypi and pip
        know about the requirement
      - Remove obsolete sections from setup.cfg
      - Update classifiers
      - Remove install_command from tox.ini, the default is fine
      - Remove Babel from requirements, it's not needed for running.
      - Remove unused babel.cfg and obsolete openstack-common.conf
      - Use TOX_CONSTRAINTS_FILE instead of obsolete UPPER_CONSTRAINTS_FILE.
      - Remove six usage
      - update to hacking 3.1.0, fix problems found.
      - Remove hacking and friends from lower-constraints, they are
        blacklisted
      
      Change-Id: I6321b612f37bca7b441171814b059eaad03d9f24
      e3ffcc08
  7. 18 Jun, 2020 1 commit
  8. 03 Jun, 2020 1 commit
  9. 23 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme version · 8aed65a7
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.1 version. Using
      this version will allow especially:
      * Linking from HTML to PDF document
      * Allow parallel building of documents
      * Fix some rendering problems
      
      Update Sphinx version as well.
      
      Set openstackdocs_pdf_link to link to PDF file. Note that
      the link to the published document only works on docs.openstack.org
      where the PDF file is placed in the top-level html directory. The
      site-preview places the PDF in a pdf directory.
      
      Disable openstackdocs_auto_name to use 'project' variable as name.
      
      Change pygments_style to 'native' since old theme version always used
      'native' and the theme now respects the setting and using 'sphinx' can
      lead to some strange rendering.
      
      Remove docs requirements from lower-constraints, they are not needed
      during install or test but only for docs building.
      
      openstackdocstheme renames some variables, so follow the renames
      before the next release removes them. A couple of variables are also
      not needed anymore, remove them.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: If0e77ff211c6ee1418e5fe2a790b8029b1495dcd
      8aed65a7
  10. 21 May, 2020 1 commit
  11. 13 May, 2020 1 commit
  12. 05 May, 2020 1 commit
  13. 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
  14. 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
  15. 05 Dec, 2019 1 commit
  16. 25 Oct, 2019 1 commit
  17. 16 Oct, 2019 1 commit
  18. 26 Sep, 2019 1 commit
  19. 25 Sep, 2019 1 commit
  20. 20 Sep, 2019 1 commit
  21. 17 Sep, 2019 1 commit
  22. 05 Sep, 2019 1 commit
  23. 03 Sep, 2019 2 commits
  24. 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
  25. 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
  26. 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
  27. 24 Jul, 2019 1 commit
  28. 04 Jul, 2019 1 commit
  29. 28 Jun, 2019 1 commit
  30. 18 Jun, 2019 1 commit
  31. 28 May, 2019 3 commits
  32. 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
  33. 23 May, 2019 1 commit
  34. 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
  35. 19 Apr, 2019 1 commit
  36. 11 Jan, 2019 1 commit
  37. 09 Jan, 2019 1 commit