1. 02 Sep, 2020 1 commit
  2. 11 Jun, 2020 1 commit
    • Mohammed Naser's avatar
      api: drop project_id from kwargs in client · 50134dc7
      Mohammed Naser authored
      The client will use the admin_token auth_type if an endpoint and token
      are provided, this auth_type does not support getting a project_id so it
      will raise an error in the dashboard.
      
      Change-Id: I76c9f19bb11c9d5a92a06e3b7c8b70b7c3a035e5
      50134dc7
  3. 09 Jun, 2020 1 commit
    • Andreas Jaeger's avatar
      Cleanup py27 support · 6d253ca7
      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
      - Remove install_command from tox.ini, the default is fine
      - Use TOX_CONSTRAINTS_FILE instead of obsolete UPPER_CONSTRAINTS_FILE.
      - Update hacking to current version 3.1.0, fix problems found.
      
      Change-Id: I86c18b4c73f9b3dc0b3d804559d825dac5a78436
      6d253ca7
  4. 08 Jun, 2020 1 commit
    • Hervé Beraud's avatar
      drop mock from lower-constraints and requirements · cae86254
      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 and requirements.
      
      These changes will help us to drop `mock` from openstack/requirements
      
      Change-Id: Ia3b71f68ba1714b7b7254119c1b610b1390f7059
      cae86254
  5. 21 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · beb50811
      Andreas Jaeger authored
      Switch to openstackdocstheme 2.2.0 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.
      
      Set openstackdocs_auto_name to use 'project' 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.
      
      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.
      
      See also
      http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
      
      Change-Id: I497fa0cbaedba4be199a7bd0dc86f686c0858ac0
      beb50811
  6. 28 Apr, 2020 1 commit
  7. 26 Apr, 2020 1 commit
  8. 24 Apr, 2020 1 commit
  9. 22 Apr, 2020 2 commits
  10. 20 Apr, 2020 1 commit
  11. 16 Apr, 2020 1 commit
  12. 11 Apr, 2020 1 commit
  13. 08 Apr, 2020 1 commit
  14. 01 Apr, 2020 1 commit
  15. 10 Feb, 2020 1 commit
  16. 09 Jan, 2020 1 commit
  17. 06 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 · 412c3c87
      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: I6af7b37f310a8c76155c9686a78608cde0adccd8
      412c3c87
  20. 22 Dec, 2019 1 commit
  21. 27 Nov, 2019 1 commit
  22. 15 Nov, 2019 1 commit
  23. 29 Oct, 2019 1 commit
  24. 25 Oct, 2019 1 commit
  25. 09 Oct, 2019 1 commit
  26. 28 Sep, 2019 1 commit
  27. 27 Sep, 2019 2 commits
  28. 26 Sep, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · c88b6310
      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: I90e9e6998c95a19b42eb0c09632c7e3b84ffb7b2
      Sem-Ver: feature
      c88b6310
  29. 06 Sep, 2019 1 commit
  30. 04 Sep, 2019 1 commit
  31. 23 Aug, 2019 1 commit
  32. 25 Jul, 2019 1 commit
  33. 02 Jul, 2019 1 commit
  34. 01 Jul, 2019 1 commit
  35. 20 Jun, 2019 1 commit
  36. 18 Jun, 2019 1 commit
  37. 13 Jun, 2019 2 commits