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