1. 13 Jan, 2021 2 commits
  2. 11 May, 2020 1 commit
  3. 27 Apr, 2020 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/ussuri · 0d4cb4f1
      OpenStack Release Bot authored
      Update the URL to the upper-constraints file to point to the redirect
      rule on releases.openstack.org so that anyone working on this branch
      will switch to the correct upper-constraints list automatically when
      the requirements repository branches.
      
      Until the requirements repository has as stable/ussuri branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: I9bfc3a17b9b69e4a6206860132273f59ce93d5e2
      0d4cb4f1
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/ussuri · 8f44ad9e
      OpenStack Release Bot authored
      Change-Id: I5defd6765be94ed9af4981116d34a3d6fad13be6
      8f44ad9e
  4. 24 Apr, 2020 1 commit
  5. 17 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · 95df8741
      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
      - Remove obsolete sections from setup.cfg
      - Update classifiers
      - Update requirements, no need for python_version anymore
      - Use newer openstackdocstheme and Sphinx versions
      - Cleanup */source/conf.py to remove now obsolete content.
      
      Change-Id: I9be10bba84b2f9a3c99941075a9a7d4473971aa1
      95df8741
  6. 01 Apr, 2020 1 commit
  7. 18 Dec, 2019 1 commit
  8. 25 Oct, 2019 1 commit
  9. 18 Oct, 2019 2 commits
  10. 15 Oct, 2019 1 commit
  11. 01 Oct, 2019 1 commit
    • Akihiro Motoki's avatar
      PDF documentation build · 4daff054
      Akihiro Motoki authored
      - doc/source/readme.rst is introduced to render both HTML and PDF
        versions properly. The latex builder used to build PDF recognizes
        the document structure based on toctree directives, so a hidden
        toctree for readme is added to index.rst.
      - doc/requiremens.txt is introduced to split the documentation
        dependencies following the community convention.
      - Along with the previous, python modules only in doc/requirements.txt
        are dropped from lower-constraints.txt as we are not using
        lower-constraints for documentation build.
      
      Change-Id: I8e58cca91506f72b868dec151e070e0f8a69ded4
      Story: 2006099
      Task: 35126
      4daff054
  12. 26 Sep, 2019 1 commit
    • Slawek Kaplonski's avatar
      [Functional tests] Fix SIGHUP handling tests · 0644862c
      Slawek Kaplonski authored
      Tests in networking_sfc.functional.test_server module are testing how
      service is handling SIGHUP signal.
      
      Recently this was changed in Oslo.service with [1] and our tests
      were failing because they were still expecting that after sending
      SIGHUP to the process, stop() and than start() method will be called.
      
      But as our services uses "mutate" as restart method, since [1] such
      process don't executes stop() and start() after SIGHUP. It now executes
      only reset() method.
      Similar change was recently done in Neutron's functional tests in [2].
      This patch reflects that change in networking-sfc functional tests.
      
      [1] https://review.opendev.org/#/c/641907/
      [2] https://review.opendev.org/#/c/680001/
      
      Change-Id: I22629c59da983f47ef8b1862afb9a62bdfd78b02
      Closes-Bug: #1842659
      0644862c
  13. 25 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · 98a02bfb
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/train.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/train.
      
      Change-Id: I53b85b2dbbf927cc67ecc238b7fda99d5f786c6b
      Sem-Ver: feature
      98a02bfb
  14. 01 Aug, 2019 1 commit
  15. 05 Jul, 2019 2 commits
  16. 17 Jun, 2019 1 commit
  17. 11 Jun, 2019 2 commits
  18. 04 Jun, 2019 2 commits
  19. 31 May, 2019 1 commit
  20. 22 Apr, 2019 1 commit
  21. 19 Apr, 2019 1 commit
  22. 15 Apr, 2019 2 commits
  23. 10 Apr, 2019 1 commit
  24. 24 Mar, 2019 1 commit
  25. 21 Mar, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/stein · 9905aa9a
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/stein.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/stein.
      
      Change-Id: I95099b9ae49f989cbf906d08c03cdcbc3109a6ee
      Sem-Ver: feature
      9905aa9a
  26. 26 Feb, 2019 1 commit
  27. 20 Feb, 2019 1 commit
  28. 19 Feb, 2019 2 commits
    • Akihiro Motoki's avatar
      doc: Add policy reference · 2508c2f7
      Akihiro Motoki authored
      Partially Implements: blueprint neutron-policy-in-code
      
      Change-Id: If3b1ebd24deb59ddde66b4a0aac2992aa07c9697
      2508c2f7
    • Akihiro Motoki's avatar
      Fix gate issues on master · de0b9a62
      Akihiro Motoki authored
      This addresses an issue where toxenv fails when it encounters a
      non-empty __pycache__ directory. This adjusts the options passed to
      find so that it is tolerant of this scenario and allows tox runs to
      proceed.
      
      Change-Id: I3672e94471fc38d42c77896241f495944dc9b10b
      de0b9a62
  29. 05 Feb, 2019 2 commits
  30. 04 Feb, 2019 1 commit
    • Boden R's avatar
      use common rpc and exceptions from neutron-lib · 624200f5
      Boden R authored
      The neutron.common.rpc and exceptions were rehomed into neutron-lib and
      are currently shimmed in neutron [1]
      
      This patch consumes those modules from neutron-lib by using lib's
      modules rather than neutrons. It also uses neutron-lib's RPC fixture
      as needed in the tests.
      
      [1] https://review.openstack.org/#/c/586525/
      
      Change-Id: Ifb35dd18bc8a410cd2e782c9f95167ff0a452d0b
      624200f5
  31. 02 Feb, 2019 1 commit
    • Akihiro Motoki's avatar
      Extend timeout of tempest job to 3h · c38573ce
      Akihiro Motoki authored
      networking-sfc-tempest-dsvm job hit timeout 130min and fails.
      This commit extends the timeout to 3h.
      
      Change-Id: I09ce476c3588af6ac0d5f72920ea22c4de8b5b09
      c38573ce