1. 01 Apr, 2021 1 commit
  2. 17 Feb, 2021 1 commit
  3. 11 Feb, 2021 1 commit
  4. 06 Feb, 2021 1 commit
  5. 04 Feb, 2021 1 commit
    • Bharat Kunwar's avatar
      Disable test_create_cluster_with_zero_nodes · b68a678f
      Bharat Kunwar authored
      Cluster creation fails on the CI due to an issue similar to what we've
      seen before for another test (test_create_list_sign_delete_clusters).
      Disable it for now.
      
      story: 2007272
      task: 38867
      
      story: 2007851
      task: 41443
      
      Change-Id: Ie91fdfe71058b45c5fd1217920b8b5b993e47734
      b68a678f
  6. 22 Sep, 2020 1 commit
  7. 23 Jun, 2020 1 commit
    • Feilong Wang's avatar
      Fix HTTP 400 error · abe58fe3
      Feilong Wang authored
      This is kind of a race condition issue, Tempest is doing a wait and check
      when it is trying to delete a cluster. However, at the very end of the cluster
      deletion process, a cluster GET request may get a HTTP 400 error which
      will cause the Tempest case failed. This HTTP 400 exception reported
      by a cluster GET request should be caught and take cluster as still existing.
      
      Task: 40120
      Story: 2007833
      
      Change-Id: Ic97abf8d4d584f35b18bff9eab5d3e5ac80c0f02
      abe58fe3
  8. 11 Jun, 2020 1 commit
  9. 08 Jun, 2020 1 commit
  10. 02 Jun, 2020 1 commit
  11. 31 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 5da8cf6a
      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.
      
      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: I54eee940d3c787fddc1278619981d7a90310fbd0
      5da8cf6a
  12. 28 May, 2020 1 commit
  13. 18 May, 2020 1 commit
  14. 06 May, 2020 1 commit
    • jacky06's avatar
      Remove six · 7c9ce962
      jacky06 authored
      We don't need this in a Python 3-only world.
      
      Change-Id: I0ec4a2fe359c285460f64949943649b25938f3b1
      7c9ce962
  15. 03 May, 2020 1 commit
    • Andreas Jaeger's avatar
      Update docs building, cleanup · 6bb7b822
      Andreas Jaeger authored
      Update docs building, cleanup a bit:
      * Switch to sphinx-build
      * Update requirements for Sphinx and openstackdocstheme for
        python 3, create doc/requirements.txt
      * Remove unneeded doc and translation sections from setup.cfg
      * Remove install_command, it's unneeded, the default is fine.
      * Move constraints into deps, use TOX_CONSTRAINTS instead of
        obsolete UPPER_CONSTRAINTS
      * Update to hacking 3.0, fix problems found
      
      Change-Id: I76fe5602928bede439133993b0d85669228f25ed
      6bb7b822
  16. 29 Apr, 2020 1 commit
    • pengyuesheng's avatar
      Updated from global requirements · 599a7c39
      pengyuesheng authored
      --
      
      Bump the openstackdocstheme extension to 1.20
      
      Some options are now automatically configured by the version 1.20:
      - project
      - html_last_updated_fmt
      - latex_engine
      - latex_elements
      - version
      - release.
      
      Ic9207bb8d3e602dd71cc4c7cefde739130f3d48b
      
      --
      
      Blacklist sphinx 2.1.0 (autodoc bug)
      
      See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details
      
      Ia029f66cfde96d97754e38b5278f1b24081a09e0
      
      --
      
      tox: Keeping going with docs
      
      1. Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
      suggests, keeps the build running when it encounters non-fatal errors.
      This is exceptionally useful in avoiding a continuous edit-build loop
      when undertaking large doc reworks where multiple errors may be
      introduced.
      
      2. Remove the py27 from tox since magnum already drop support python 2.7
      
      [1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045
      
      I6e713b51cf9fac87e696fdfce8156f656a0f1df5
      
      --
      
      Change-Id: I53800a688fae3ba9cc551b0ceffe96938f2df59d
      599a7c39
  17. 21 Apr, 2020 2 commits
  18. 23 Jan, 2020 1 commit
  19. 13 Oct, 2019 1 commit
  20. 28 Jul, 2019 1 commit
    • Lingxian Kong's avatar
      Print status_reason in the log · 85700fc4
      Lingxian Kong authored
      In case the cluster could be deleted immediately after the creation
      failure, there is no chance to see the reason for debugging purpose.
      
      Change-Id: I627f5b8bef3bc8fef694837cd7f037dc01885b53
      85700fc4
  21. 17 Jul, 2019 1 commit
  22. 20 May, 2019 2 commits
  23. 19 Apr, 2019 1 commit
  24. 08 Apr, 2019 1 commit
    • Lingxian Kong's avatar
      Support to run cluster test using existing cluster template · 18a31031
      Lingxian Kong authored
      - This fix is primarily focused on using existing cluster template
        use case.
      - Rename 'keypair_id' to 'keypair_name' in the magnum tempest config.
      - Add 'cluster_template_id' and 'cluster_creation_timeout' config
        options.
      - Move the cluster template and keypair to the class-scoped resources.
      
      Change-Id: Ib5260757e373ce545ca6900acf8871b6d96dcfb8
      18a31031
  25. 22 Feb, 2019 1 commit
    • Colleen Murphy's avatar
      Fix skipping of tests · 5a18c8eb
      Colleen Murphy authored
      The plugin defines a 'magnum' option in the '[service_available]' group
      but does not respect it, so if the plugin is installed but
      [service_available]/magnum=false, the tests will still run unless
      blacklisted. This patch corrects the issue by defining the tempest
      skip_checks class method. This also requires using the correct tempest
      base class as recommended in the tempest guide[1].
      
      [1] https://docs.openstack.org/tempest/latest/write_tests.html
      
      Change-Id: I6b9a8f802129fa800d9f4a3eadd8943962c951c0
      5a18c8eb
  26. 15 Jan, 2019 1 commit
  27. 14 Jan, 2019 2 commits
  28. 11 Jan, 2019 1 commit
  29. 09 Jan, 2019 9 commits