1. 09 Mar, 2022 2 commits
  2. 03 Jan, 2022 1 commit
  3. 24 Dec, 2021 2 commits
    • shanyunfan33's avatar
      Use TOX_CONSTRAINTS_FILE · 920b556e
      shanyunfan33 authored
      UPPER_CONSTRAINTS_FILE is old name and deprecated
      This allows to use upper-constraints file as more
      readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.
      
      Change-Id: I8d23078566a122cfb5a414546e67d6638782c105
      920b556e
    • shanyunfan33's avatar
      remove unicode from code · 6592815f
      shanyunfan33 authored
      remove unicode from code
      
      Change-Id: I1f046bbfd7b93f6b3c6d1c4df674a6e3e8f726fa
      6592815f
  4. 15 Sep, 2021 2 commits
  5. 13 Aug, 2021 1 commit
  6. 11 Aug, 2021 1 commit
  7. 10 Aug, 2021 1 commit
  8. 09 Jul, 2021 1 commit
  9. 31 May, 2021 1 commit
  10. 21 May, 2021 1 commit
  11. 29 Apr, 2021 1 commit
    • YuehuiLei's avatar
      setup.cfg: Replace dashes with underscores · c3e941f9
      YuehuiLei authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: I383ffa2860f8f1e5065a5e5980e9cba6985a853e
      c3e941f9
  12. 05 Apr, 2021 1 commit
  13. 24 Mar, 2021 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/wallaby · ba364822
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/wallaby.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/wallaby.
      
      Sem-Ver: feature
      Change-Id: I3f15ad20640dbe103c44bcda54033273276ba5fb
      ba364822
  14. 01 Mar, 2021 1 commit
  15. 12 Feb, 2021 1 commit
  16. 11 Feb, 2021 1 commit
  17. 11 Dec, 2020 1 commit
  18. 10 Dec, 2020 1 commit
  19. 01 Dec, 2020 1 commit
    • elajkat's avatar
      Implement "modprobe" using oslo.privsep · fbda54e1
      elajkat authored
      Remove the use of oslo.rootwrap when executing "modprobe" commands
      and replace them with oslo.privsep.
      
      Story: #2007686
      Task: #40259
      Change-Id: Ifedff9e638a077f3ea092fc82d48db12c777c816
      fbda54e1
  20. 09 Nov, 2020 1 commit
  21. 08 Oct, 2020 3 commits
  22. 23 Sep, 2020 2 commits
  23. 07 Sep, 2020 1 commit
  24. 27 Jul, 2020 1 commit
  25. 10 Jul, 2020 1 commit
  26. 09 Jul, 2020 1 commit
    • elajkat's avatar
      Fix pep8 job · 30b058ec
      elajkat authored
      New versions of isort broke pylint. This patch fixes it at 4.3.21.
      
      Change-Id: I0cc70af50dbbad972baece017c7b31e0ae696579
      30b058ec
  27. 24 Jun, 2020 1 commit
  28. 09 Jun, 2020 1 commit
    • elajkat's avatar
      Switch to hacking 3.0.1 · c27843fd
      elajkat authored
      Make the code compatible with hacking rules:
      * some mutable default arguments
      * a few missing whitespace
      I removed the rule N530 (Direct neutron imports not allowed), as that is
      a longer story.
      I removed the rule N534 (Do not allow unlocalized translations) as well.
      Remove old code related to exabgp<4.0.2
      
      Depends-On: https://review.opendev.org/#/c/708965/
      Change-Id: Ibdba7bbee0b6ec57cf8b9f0e78de8f264ceeb325
      c27843fd
  29. 05 Jun, 2020 1 commit
    • Andreas Jaeger's avatar
      Drop py37 testing · 736e238f
      Andreas Jaeger authored
      Victoria template only tests py36 and py38, not py37 - remove extra py37
      testing.
      
      Change-Id: Icf67bcd299c6ccb96e29b5603e01ebf53c035041
      736e238f
  30. 02 Jun, 2020 1 commit
    • elajkat's avatar
      Remove usage of six library · 91530469
      elajkat authored
      Now we can move to python3 and forget the use of six library.
      
      Change-Id: If01ae1c8b16a4301506fa6cd1e893c4176a0aaa0
      91530469
  31. 21 May, 2020 2 commits
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · c5d52c16
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
      these versions 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.
      
      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: Iceea566b1ac539ba8204b9eb3b2f27754c0f0fe7
      c5d52c16
    • Előd Illés's avatar
      Add requirements.txt to docs deps · 4fa00945
      Előd Illés authored
      Sphinx installs bagpipe with all its requirements, but it does not use
      the upper constraints. If we add the requirements.txt to docs target's
      dependencies then it will be installed with the upper constraints.
      
      Change-Id: Idea5a0594fbad2abdcbf7116dcad4e4ea0fca4d9
      4fa00945
  32. 10 May, 2020 1 commit
  33. 06 May, 2020 1 commit