1. 04 Jun, 2021 1 commit
    • Elod Illes's avatar
      Add missing font for PDF doc generation · 90878d37
      Elod Illes authored
      openstack-tox-docs job started to fail with the following error:
      
      ! LaTeX Error: File `tgtermes.sty' not found.
      
      This patch adds the required font package to bindep doc profile.
      
      Change-Id: I242da5c4fcc3096a47f85bd8a265ad8f072b2a30
      (cherry picked from commit 0d0c2f2a)
      (cherry picked from commit 3775cf42)
      90878d37
  2. 11 Sep, 2020 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/victoria · 433bb425
      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/victoria branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: I63e35568342ee0d343e536047cadfd534acafdd9
      433bb425
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/victoria · f9fb0a1d
      OpenStack Release Bot authored
      Change-Id: Ie0d81fc359f2da67143414ac3e3ff59449cb208e
      f9fb0a1d
  3. 09 Sep, 2020 1 commit
  4. 25 Aug, 2020 1 commit
  5. 17 Aug, 2020 1 commit
  6. 31 Jul, 2020 1 commit
    • Ivan Kolodyazhny's avatar
      Use 'barbican_endpoint_type'config option to get endpoint from catalog · e63d813a
      Ivan Kolodyazhny authored
      _get_barbican_endpoint now uses barbican_endpoint_type config option to
      retrieve a correct endpoint from catalog.
      
      This config option is set to 'public' by default and it's a default
      value for ServiceCatalog.endpoint_data_for method. It means that the
      default behaviour will be the same as before this patch.
      
      Change-Id: Idf4061fe3e35e3c47a993a56b23c0257c92e5cc3
      e63d813a
  7. 24 Jul, 2020 1 commit
  8. 15 Jul, 2020 1 commit
  9. 14 Jul, 2020 1 commit
  10. 13 Jul, 2020 1 commit
  11. 26 Jun, 2020 1 commit
  12. 22 Jun, 2020 1 commit
  13. 16 Jun, 2020 2 commits
  14. 12 Jun, 2020 1 commit
  15. 11 Jun, 2020 2 commits
    • Hervé Beraud's avatar
      drop mock from lower-constraints · 71986893
      Hervé Beraud authored
      The mock third party library was needed for mock support in py2
      runtimes. Since we now only support py36 and later, we don't need it
      in lower-constraints.
      
      These changes will help us to drop `mock` from openstack/requirements
      
      Change-Id: I9256db0f2fb0d39b67fa52e4d44ef92fbf09432d
      71986893
    • Andreas Jaeger's avatar
      Some Cleanups · a39ed69e
      Andreas Jaeger authored
      This repo is now Python 3, update:
      - Remove python 2.7 stanza from setup.py
      - Remove install_command from tox.ini, the default is fine
      - Remove Babel from requirements, it's not needed for running.
      - Use TOX_CONSTRAINTS_FILE instead of obsolete UPPER_CONSTRAINTS_FILE.
      - Use py36 for fault test
      
      Change-Id: Ia23841a4899361178994e349e1323de857b4ee23
      a39ed69e
  16. 10 Jun, 2020 1 commit
    • Sean McGinnis's avatar
      Update lower-constraints versions · a7de07ca
      Sean McGinnis authored
      
      
      This updates lower constraints to versions that will work with py38 so
      that when we move to running on focal nodes, which has py38 as its
      default py3 runtime, the lower-constraints job will continue to pass.
      
      It also cleans out some secondary requirements that are no longer needed
      due to our direct dependencies being updated.
      
      Linters are removed that are kept in the global requirements blacklist
      as those are not version tracked and are not relevant for our
      lower-constraints unit test runs.
      
      Change-Id: I25d7c93b1ed0d185e181acee7098f36654177b84
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      a7de07ca
  17. 26 May, 2020 2 commits
  18. 25 May, 2020 2 commits
  19. 22 May, 2020 1 commit
  20. 21 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 68b8f532
      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: If5b3ea5c50a91f623b0dd4d1dd347ee8a6b90290
      68b8f532
  21. 14 May, 2020 1 commit
  22. 06 May, 2020 1 commit
  23. 29 Apr, 2020 1 commit
  24. 24 Apr, 2020 2 commits
    • Sean McGinnis's avatar
      Bump default tox env from py37 to py38 · e9dc8e51
      Sean McGinnis authored
      
      
      Python 3.8 is now our highest level supported python runtime.
      This updates the default tox target environments to swap out
      py37 for py38 to make sure local development testing is
      covering this version.
      
      This does not impact zuul jobs in any way, nor prevent local
      tests against py37. It just changes the default if none is
      explicitly provided.
      
      Change-Id: I0bd1180719e4e093a24bc53424052354ad1cd900
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      e9dc8e51
    • Sean McGinnis's avatar
      Add py38 package metadata · 687d7e7b
      Sean McGinnis authored
      
      
      Now that we are running the Victoria tests that include a
      voting py38, we can now add the Python 3.8 metadata to the
      package information to reflect that support.
      
      Change-Id: I6e9c6dbae7b5cfed7494d85200a28c9d64351548
      Signed-off-by: default avatarSean McGinnis <sean.mcginnis@gmail.com>
      687d7e7b
  25. 18 Apr, 2020 1 commit
  26. 14 Apr, 2020 4 commits
  27. 09 Apr, 2020 1 commit
  28. 31 Mar, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · a1718bb9
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found by updated hacking version.
      
      Change-Id: I4f24c0fa5178f15912db899fcf26ca11480eab21
      a1718bb9
  29. 09 Mar, 2020 3 commits