1. 30 Mar, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · 8f1e4366
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Change-Id: I13b9eeb19236eaf02a5b166026c285ff78d754bb
      8f1e4366
  2. 04 Feb, 2020 2 commits
  3. 03 Feb, 2020 1 commit
  4. 18 Dec, 2019 2 commits
  5. 23 Oct, 2019 1 commit
  6. 09 Oct, 2019 1 commit
  7. 29 Sep, 2019 1 commit
  8. 20 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · 4ad78222
      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: Iba1fb8ee8dc73110ec3bc2f8e0fe10bf03e9a5e2
      Sem-Ver: feature
      4ad78222
  9. 05 Jul, 2019 1 commit
  10. 03 Jul, 2019 1 commit
  11. 26 Jun, 2019 1 commit
    • Elod Illes's avatar
      Add local bindep.txt · 50f3de69
      Elod Illes authored
      As it was announced [1] global bindep-fallback.txt was removed and now
      projects need to have a local bindep.txt to be able to install binary
      dependencies for testing.
      
      In documentation zuul job graphviz package ('dot' command) is needed.
      Without that the job fails with:
          dot command 'dot' cannot be run (needed for graphviz output),
          check the graphviz_dot setting
      
      [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html
      
      Change-Id: Ib9a720379ca997f848212eeca68ed9f32e4ed349
      50f3de69
  12. 18 Jun, 2019 1 commit
    • jacky06's avatar
      Sync Sphinx requirement · d92ea1f8
      jacky06 authored
      1. Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      2. Remove unncessary "=="
      
      Change-Id: Ied4095b176b20795f6a8d4d7a84d01d958d76896
      d92ea1f8
  13. 23 Apr, 2019 1 commit
    • Le Hou's avatar
      Update to opendev · a9759e6b
      Le Hou authored
      Change-Id: Ie9e013284751e549921ea6652a50368050ae2b2d
      a9759e6b
  14. 19 Apr, 2019 1 commit
  15. 18 Mar, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/stein · 08620dfb
      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: I15dc275f59b165f20a8eafb40c1b0940cd322168
      Sem-Ver: feature
      08620dfb
  16. 15 Feb, 2019 1 commit
  17. 20 Dec, 2018 1 commit
  18. 14 Dec, 2018 1 commit
  19. 04 Dec, 2018 1 commit
  20. 11 Aug, 2018 1 commit
  21. 07 Aug, 2018 1 commit
  22. 03 Aug, 2018 1 commit
  23. 26 Jul, 2018 1 commit
  24. 11 Jul, 2018 1 commit
  25. 06 Jun, 2018 1 commit
    • Doug Hellmann's avatar
      fix tox python3 overrides · 5d8233a4
      Doug Hellmann 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: I9a8f7b1734b23751e47297a15676219627969d7c
      Signed-off-by: default avatarDoug Hellmann <doug@doughellmann.com>
      5d8233a4
  26. 20 Apr, 2018 1 commit
  27. 13 Apr, 2018 2 commits
  28. 25 Mar, 2018 1 commit
  29. 15 Mar, 2018 1 commit
  30. 24 Jan, 2018 2 commits
  31. 17 Jan, 2018 1 commit
  32. 16 Jan, 2018 1 commit
  33. 04 Dec, 2017 1 commit
  34. 02 Dec, 2017 1 commit
  35. 17 Nov, 2017 1 commit
    • Andreas Jaeger's avatar
      Remove setting of version/release from releasenotes · c9550dc6
      Andreas Jaeger authored
      Release notes are version independent, so remove version/release
      values. We've found that projects now require the service package
      to be installed in order to build release notes, and this is entirely
      due to the current convention of pulling in the version information.
      
      Release notes should not need installation in order to build, so this
      unnecessary version setting needs to be removed.
      
      This is needed for new release notes publishing, see
      I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
      at
      http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
      .
      
      Change-Id: Idc3bf6f4d620e1b7b10600dc28d46dd2e7d0d9e8
      c9550dc6
  36. 16 Nov, 2017 1 commit