1. 22 Apr, 2021 1 commit
  2. 22 Mar, 2021 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/wallaby · 8458e8b6
      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/wallaby branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: I206d56ed819e7ae51998f6f292b465a8908d892c
      8458e8b6
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/wallaby · 3316de93
      OpenStack Release Bot authored
      Change-Id: Ie9aeac90a71b2199a33fdc007bc9f6bb80dbc01d
      3316de93
  3. 03 Mar, 2021 1 commit
  4. 16 Feb, 2021 1 commit
  5. 23 Dec, 2020 1 commit
  6. 04 Oct, 2020 1 commit
  7. 21 Sep, 2020 3 commits
  8. 02 Sep, 2020 1 commit
  9. 24 Aug, 2020 1 commit
  10. 05 Aug, 2020 1 commit
  11. 04 Aug, 2020 1 commit
  12. 17 Jul, 2020 1 commit
    • manchandavishal's avatar
      Fix py36 job setup · 270f318c
      manchandavishal authored
      The zuul template 'openstack-python3-victoria-jobs-horizon'
      already includes py36 job as voting in both check and gate.
      
      This patch remove the ancient overwrite of non-voting in check
      queue. The py36 job is running fine and can be voting.
      
      Change-Id: I4746fd7f06f48d1ed6d2db97553ebd04e2ad9843
      270f318c
  13. 10 Jul, 2020 1 commit
  14. 24 Jun, 2020 1 commit
  15. 22 Jun, 2020 1 commit
    • Andreas Jaeger's avatar
      Fix npm jobs · dbbe877c
      Andreas Jaeger authored
      horizon is doing frequent releases, the install from source is not
      working as is anymore. Remove it.
      
      Change-Id: I958f51d845f137ac20c1cdce8f55a3172e13246e
      dbbe877c
  16. 08 Jun, 2020 1 commit
    • Hervé Beraud's avatar
      drop mock from lower-constraints · 8b3bf823
      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: I3debdfe332a5d6374eccb0c99bef29703fc2700c
      8b3bf823
  17. 03 Jun, 2020 2 commits
  18. 02 Jun, 2020 1 commit
  19. 25 May, 2020 1 commit
  20. 21 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 147272b1
      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.
      
      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: I9a27209ebe8067b6681105dfedd51e45991fb2b0
      147272b1
  21. 20 May, 2020 1 commit
    • Feilong Wang's avatar
      Fix cluster resize · 96312eaf
      Feilong Wang authored
      There are two fixes included in this patch:
      
      1. List nodes correctly. We have renamed minion to node, which
         cause the filter doesn't work correctly.
      2. The response from magnumclient resize method is not a json,
         so we need to convert it to dict before return. Rolling upgrade
         has the same issue.
      
      Task: 39810
      Story: 2007697
      
      Change-Id: I7a03dfea2c84a423f15cfbe4194a8492f72dbd35
      96312eaf
  22. 15 May, 2020 1 commit
    • Feilong Wang's avatar
      Show cluster health status · a1e24b17
      Feilong Wang authored
      1. Show health status on cluster list table
      2. Show health status and health status reason on the cluster
         details page
      
      Change-Id: I4d0751fc39d90cddc909b28ca0767bc811b6c3b8
      Task: 39794
      Story: 2007682
      a1e24b17
  23. 10 May, 2020 1 commit
  24. 05 May, 2020 1 commit
  25. 02 May, 2020 1 commit
  26. 27 Apr, 2020 1 commit
  27. 26 Apr, 2020 1 commit
  28. 24 Apr, 2020 2 commits
  29. 21 Apr, 2020 2 commits
  30. 18 Apr, 2020 1 commit
  31. 17 Apr, 2020 3 commits
  32. 14 Apr, 2020 1 commit
    • Bharat Kunwar's avatar
      Use default-worker instead of production_group · fb8eee43
      Bharat Kunwar authored
      At present, resize cluster invocation via the magnum-ui fails because it
      tries to resize production_group nodegroup which is not a thing. Until
      we support ability to specify nodegroups, we ought to use the default of
      default-worker nodegroup.
      
      Change-Id: I3e9553e6d337ab1580c0e3bb3d1a88e8b97f2f23
      fb8eee43