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