1. 26 Sep, 2019 1 commit
  2. 25 Sep, 2019 1 commit
  3. 20 Sep, 2019 1 commit
  4. 17 Sep, 2019 1 commit
  5. 05 Sep, 2019 1 commit
  6. 03 Sep, 2019 2 commits
  7. 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
  8. 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
  9. 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
  10. 24 Jul, 2019 1 commit
  11. 04 Jul, 2019 1 commit
  12. 28 Jun, 2019 1 commit
  13. 18 Jun, 2019 1 commit
  14. 28 May, 2019 3 commits
  15. 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
  16. 23 May, 2019 1 commit
  17. 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
  18. 19 Apr, 2019 1 commit
  19. 11 Jan, 2019 1 commit
  20. 09 Jan, 2019 1 commit
  21. 27 Dec, 2018 1 commit
  22. 04 Dec, 2018 1 commit
  23. 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
  24. 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
  25. 02 Nov, 2018 3 commits
  26. 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
  27. 24 Sep, 2018 2 commits
  28. 13 Sep, 2018 1 commit
  29. 04 Aug, 2018 1 commit
  30. 24 Jul, 2018 1 commit
    • Boden R's avatar
      update requirements for neutron-lib 1.18.0 · 58c500f6
      Boden R authored
      Neutron-lib 1.18.0 is our Rocky RC and is already being used by neutron
      [1]. This patch updates the neutron-lib required version to match
      neutron [1] in prep for the Rocky release.
      
      It also adds a lower constraints zuul job to ensure neutron is pulled
      into the env; otherwise the errors show in PS1 results will occur.
      
      [1] https://review.openstack.org/#/c/583671/
      
      Change-Id: I6b81670ade7131caedcc2c0b5dddff4415554676
      58c500f6
  31. 19 Jul, 2018 1 commit
  32. 18 Jul, 2018 1 commit
    • Lajos Katona's avatar
      Add networking-l2gw OSC commands · 1125e0ad
      Lajos Katona authored
      Instead of the neutron commands in the form neutron l2-gateway-<command>
      and neutron l2-gateway-connection-<command> introduce the osc form:
      openstack l2gw <command> and openstack l2gw connection <command>.
      
      Change-Id: I3ad1c6fdde9c3cfc8732680f130fbd6420d98c53
      Closes-Bug: #1755435
      1125e0ad
  33. 09 Jun, 2018 1 commit
    • huang.zhiping's avatar
      fix tox python3 overrides · 66a84c69
      huang.zhiping authored
      We want to default to running all tox environments under python 3, so
      set the basepython value in each environment.
      
      We do not want to specify a minor version number, because we do not
      want to have to update the file every time we upgrade python.
      
      We do not want to set the override once in testenv, because that
      breaks the more specific versions used in default environments like
      py35 and py36.
      
      Change-Id: Ia0b0ae80af2e10fc305d67b333da6e1666390c4d
      66a84c69