1. 09 Jul, 2021 1 commit
  2. 07 Jul, 2021 1 commit
    • limin.lc's avatar
      Fix create audit fail from audit_template · 6bd5236d
      limin.lc authored
      The name is a positional parameter in create() of audit,
      but this parameter is not defined when calling from the
      audit template. This patch fix it.
      
      Related Bug: #1930565
      Change-Id: Id18945b881d150f972dbbd5522010be0157fba17
      (cherry picked from commit 2ee3c601)
      6bd5236d
  3. 01 Jul, 2021 3 commits
  4. 30 Jun, 2021 1 commit
  5. 12 Oct, 2020 1 commit
  6. 22 Sep, 2020 2 commits
  7. 04 Sep, 2020 1 commit
  8. 04 Aug, 2020 1 commit
  9. 21 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 4d85bab4
      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.
      
      Remove docs requirements from lower-constraints, they are not needed
      during install or test but only for docs building.
      
      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: Ie14b87a1e67a7b4351f17a2f0687bcfe5a4b2133
      4d85bab4
  10. 13 May, 2020 2 commits
  11. 09 May, 2020 1 commit
    • jacky06's avatar
      Remove the mock · 9cfd50ac
      jacky06 authored
      1. Now that we no longer support py27, we can use the standard library
      unittest.mock module instead of the third party mock lib.
      It also update horizon dependency in lower-constraints.txt.
      2. remove six together
      
      Change-Id: I371e7485438d43eb823ab7d4fd719e0e52da75eb
      9cfd50ac
  12. 02 May, 2020 1 commit
  13. 23 Apr, 2020 2 commits
  14. 12 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · 30bb75d7
      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
      - Add requires on python >= 3.6 to setup.cfg so that pypi and pip
        know about the requirement
      - Remove obsolete sections from setup.cfg
      - Update classifiers
      - Update requirements, no need for python_version anymore
      - Switch to using sphinx-build
      - Cleanup */source/conf.py to remove now obsolete content.
      - Use newer openstackdocstheme version
      - Use mock from unittest;leave it in test-requirements for now since
        otherwise lower-constraints fails since some repos expect mock to be
        installed without requiring it.
      - Remove future imports, not needed for python3
      - Update to newer hacking version for python3, disable one warning.
        Remove hacking requirements from lower-constraints, they are not
        needed there.
      - Cleanup tox.ini, move basepython to top
      - Update horizon requirement for ussuri
      
      Change-Id: I1753bce3ac4fc4248783c0669cacab2e037e62fe
      30bb75d7
  15. 01 Apr, 2020 1 commit
  16. 20 Jan, 2020 1 commit
  17. 08 Jan, 2020 1 commit
  18. 02 Jan, 2020 1 commit
  19. 26 Dec, 2019 1 commit
    • Akihiro Motoki's avatar
      translation: drop babel extractor definitions · 549bcc0b
      Akihiro Motoki authored
      babel extractors are now registered via python entry points,
      so there is no need to declare babel extractors in babel configs.
      
      This change is important to make translation work in Django 2.2.
      django-babel does not work with Django 2.2 and looks unmaintained
      for over two years. The horizon team is thinking to switch the extractor
      to enmerkar (a fork of django-babel) to make extraction of translation
      string work again near future. It is important to drop the extractor
      definition to make the transition smooth.
      
      Change-Id: I17553cc99a4b2d63b5ae8669e431bcb352f278bc
      549bcc0b
  20. 18 Nov, 2019 1 commit
  21. 30 Oct, 2019 1 commit
  22. 24 Oct, 2019 1 commit
  23. 14 Oct, 2019 1 commit
  24. 10 Oct, 2019 2 commits
  25. 25 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · 6635f41f
      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: Id83cc8f5ab8cde241e014495c9348cb7e74aac30
      Sem-Ver: feature
      6635f41f
  26. 17 Sep, 2019 1 commit
    • licanwei's avatar
      Build pdf docs · e0405cef
      licanwei authored
       Add a new pdf-docs environment to enable PDF build.
      
      Change-Id: I9691132f542242716992d2f842f1261b7cd30389
      e0405cef
  27. 10 Sep, 2019 1 commit
  28. 09 Sep, 2019 2 commits
  29. 28 Aug, 2019 1 commit
  30. 28 Jun, 2019 1 commit
  31. 26 Jun, 2019 1 commit
  32. 14 Jun, 2019 1 commit
  33. 05 Jun, 2019 1 commit
    • gujin's avatar
      Sync Sphinx requirement · 655ea41c
      gujin authored
      1. Sync sphinx dependency with global requirements. It caps python 2 since
      sphinx 2.0 no longer supports Python 2.7.
      2. Update some URLs to latest
      
      Change-Id: I3609e926808563b031c0e50d898515f1c9109e72
      Closes-Bug: #1831525
      655ea41c