1. 03 Mar, 2021 1 commit
  2. 16 Feb, 2021 1 commit
    • Akihiro Motoki's avatar
      Fix lower-constraints · ac9bb607
      Akihiro Motoki authored
      hacking min version does not match test-requirements, so lower-constraints
      job fails. lower-constraints job does not need linters, so we can drop
      linters from lower-constraints.txt.
      
      Change-Id: I49f66cb09c3fc1dbcbea9085611574f9caac1389
      ac9bb607
  3. 11 Oct, 2020 1 commit
  4. 23 Sep, 2020 2 commits
  5. 04 Sep, 2020 1 commit
  6. 28 Aug, 2020 1 commit
  7. 13 Aug, 2020 1 commit
  8. 05 Aug, 2020 1 commit
  9. 24 Jun, 2020 1 commit
    • zhanghao's avatar
      Add aggressive negotiation mode for ikepolicy · 484b57e4
      zhanghao authored
      The phase1 negotiation mode adds support for aggressive mode,
      which can be selected when creating an ikepolicy.
      
      Change-Id: Idd11861ec3d6cca09beea68832999a9f3410281e
      Partial-Bug: #1701413
      484b57e4
  10. 16 Jun, 2020 1 commit
  11. 09 Jun, 2020 1 commit
    • Hervé Beraud's avatar
      drop mock from lower-constraints and requirements · 2fa5af2c
      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: I1a31c6c5a04e0e883cf956a5ae74f444b1673332
      2fa5af2c
  12. 02 Jun, 2020 1 commit
  13. 23 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 854a1c00
      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: Ia039d70c66d05ee0ca64bb8e85920bc36d16831a
      854a1c00
  14. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · 60064875
      Ghanshyam Mann authored
      flake8 new release 3.8.0 added new checks and gate pep8
      job start failing. hacking 3.0.1 fix the pinning of flake8 to
      avoid bringing in a new version with new checks.
      
      Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
      flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
      break the pep8 job if new check are added.
      
      To avoid similar gate break in future, we need to bump the hacking min
      version.
      
      - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html
      
      Change-Id: If3e913f5251ecbdcc996199329ec27daa80486ee
      60064875
  15. 05 May, 2020 1 commit
  16. 02 May, 2020 2 commits
  17. 26 Apr, 2020 1 commit
  18. 24 Apr, 2020 3 commits
  19. 23 Apr, 2020 1 commit
  20. 22 Apr, 2020 2 commits
  21. 08 Apr, 2020 2 commits
  22. 04 Apr, 2020 1 commit
  23. 01 Apr, 2020 1 commit
  24. 31 Mar, 2020 1 commit
    • Andreas Jaeger's avatar
      Update hacking for Python3 · a70fa6bc
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found.
      
      Update local hacking checks for new flake8.
      
      Change-Id: Iad5e3891c59713f7dd2cdb0a691a964ff37108cf
      a70fa6bc
  25. 02 Jan, 2020 1 commit
  26. 26 Dec, 2019 1 commit
    • Akihiro Motoki's avatar
      translation: drop babel extractor definitions · 4d959e80
      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: I24d333db823232f9d7a86f474a94c95d68b3b07b
      4d959e80
  27. 27 Nov, 2019 1 commit
  28. 14 Oct, 2019 1 commit
  29. 09 Oct, 2019 1 commit
  30. 05 Oct, 2019 3 commits
  31. 03 Oct, 2019 1 commit
  32. 02 Oct, 2019 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/train · 6222bf57
      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: I279156e303d202e05d3341e0b3d64ef1d9777d00
      Sem-Ver: feature
      6222bf57