1. 28 Jan, 2022 1 commit
  2. 24 Dec, 2021 2 commits
    • shanyunfan33's avatar
      Use TOX_CONSTRAINTS_FILE · c955e816
      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: I802a996bac02b30c46d71ba998bcf0c2961612dc
      c955e816
    • shanyunfan33's avatar
      remove unicode from code · 627695cf
      shanyunfan33 authored
      remove unicode from code
      
      Change-Id: Ibb3478ebbb234e76748db17e3d86eb9da86cc54b
      627695cf
  3. 04 Nov, 2021 1 commit
  4. 27 Sep, 2021 1 commit
  5. 24 Sep, 2021 1 commit
  6. 23 Sep, 2021 1 commit
    • Jens Harbott's avatar
      Fix Mako in lower-constraints · a0d2c15c
      Jens Harbott authored
      The lc job is currently broken, bump Mako to the same version that
      Octavia and Designate are using.
      
      Change-Id: I95bd41a2d0e11cb124d4e586303c57e744b172b0
      a0d2c15c
  7. 16 Sep, 2021 2 commits
  8. 15 Sep, 2021 2 commits
  9. 13 Sep, 2021 1 commit
  10. 06 Sep, 2021 1 commit
  11. 02 Sep, 2021 2 commits
  12. 11 Aug, 2021 1 commit
  13. 31 May, 2021 1 commit
  14. 04 May, 2021 1 commit
    • YuehuiLei's avatar
      setup.cfg: Replace dashes with underscores · 7245c228
      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: Ic0804368ce43d875dc5575900d5d19d0b06b4dc1
      7245c228
  15. 22 Apr, 2021 1 commit
  16. 20 Apr, 2021 1 commit
  17. 15 Apr, 2021 1 commit
    • Aggelos Kolaitis's avatar
      Fix TypeError when formatting BGP IP address. · 43f50d5d
      Aggelos Kolaitis authored
      
      
      floating_ip_address may be a netaddr.IPAddress, and using '+'
      to append the /32 suffix raises a TypeError. Explicitly convert to
      string before appending the suffix.
      
      Additionally, introduce a unit test case for floatingip_update_callback
      to test that the error does not re-appear.
      
      Closes-Bug: #1924237
      Signed-off-by: default avatarAggelos Kolaitis <akolaitis@admin.grnet.gr>
      Change-Id: I98d266fb986649f1d14969c968baa2f93b469f73
      43f50d5d
  18. 24 Mar, 2021 2 commits
  19. 05 Jan, 2021 1 commit
    • elajkat's avatar
      Add doc/requirements · d7a66c49
      elajkat authored
      We need to specify doc requirements in doc/requirements.txt
      to avoid problems with the pip resolver for the release team.
      Removed specific doc requirements from test-requirements.txt
      
      Change-Id: I2d3a6e6bb0db372565458ea5eed4d84efdef37d2
      d7a66c49
  20. 22 Dec, 2020 1 commit
  21. 15 Dec, 2020 2 commits
    • elajkat's avatar
      Migrate to new engine facade · 6a6f49b6
      elajkat authored
      Partially-Implements blueprint: enginefacade-switch
      
      Change-Id: I70636da4b3d4aa633286366f47ea997111b3bc2e
      6a6f49b6
    • Jens Harbott's avatar
      Fix lower constraints · 878e8960
      Jens Harbott authored
      The new pip resolver has uncovered some inconsistencies in our
      lower-constraints.txt, this fixes them.
      
      Change-Id: I75abab25c924b070ee08b8c3590db5e62b4da38d
      878e8960
  22. 08 Oct, 2020 1 commit
  23. 23 Sep, 2020 2 commits
  24. 11 Sep, 2020 1 commit
  25. 10 Sep, 2020 1 commit
  26. 31 Aug, 2020 1 commit
    • Bernard Cafarelli's avatar
      Update testing doc to use OSC commands · 638dadb7
      Bernard Cafarelli authored
      Also fix quagga configuration file (router line needs to be before its
      parameters), restart step for systemd, and REMOTE_AS incorrect hint
      
      Change-Id: I899aef63608f76907a3f28d67004af3fb5d0d8e6
      638dadb7
  27. 12 Aug, 2020 1 commit
  28. 07 Aug, 2020 1 commit
  29. 10 Jul, 2020 2 commits
  30. 07 Jul, 2020 1 commit
  31. 05 Jul, 2020 1 commit
  32. 25 Jun, 2020 1 commit