1. 20 Mar, 2021 1 commit
    • Eyal's avatar
      Switch to new rolevar for run-temepst role · 09cb7325
      Eyal authored
      Tempest replaced the below rolevar for run-tempest role
      - tempest_test_blacklist is replaced by tempest_test_exclude_list
      - tempest_black_regex is replaced by tempest_exclude_regex
      
      old name are still supported for compatibility but we recommend
      to switch to new one.
      
      Change-Id: I73c5f0df0854a502e06e7c45f8b4d215a0832bdf
      09cb7325
  2. 16 Mar, 2021 1 commit
    • Eyal's avatar
      Run the tests on stable/victoria as well, remove stein · 4abe14c3
      Eyal authored
      So that changes to this plugin (at least, most of them) don't break
      victoria.
      
      As stein moved to EM, remove its job according the common guidelines.
      
      Change-Id: Ic9c4bd70a1071fccb8b71f0c9a97e0d2bfbc12a2
      4abe14c3
  3. 15 Mar, 2021 1 commit
    • Eyal's avatar
      Skip mistral tests for now · 329e227d
      Eyal authored
      for some reason mistral api stoppped working in gate
      need to investigate
      
      Change-Id: Ic0793b518cb8545d8aed6af15dc721f141cfce49
      329e227d
  4. 19 Jan, 2021 1 commit
    • Eyal's avatar
      make ussri voting again · 35d27c81
      Eyal authored
      heat fixed the image name
      
      Change-Id: Idb16a1d7dd5c093f074fb6668f67205bb4068e99
      35d27c81
  5. 14 Jan, 2021 1 commit
  6. 12 Jan, 2021 1 commit
  7. 08 Jan, 2021 3 commits
  8. 05 Jan, 2021 2 commits
  9. 04 Jan, 2021 1 commit
  10. 03 Jan, 2021 1 commit
  11. 22 Dec, 2020 1 commit
  12. 22 Sep, 2020 1 commit
  13. 21 Sep, 2020 4 commits
    • Zuul's avatar
      Merge "fix swap size" · 994857f6
      Zuul authored
      994857f6
    • Eyal's avatar
      fix swap size · 6a6573af
      Eyal authored
      swap size was reduced to all nodes this created oom when running ceilometer
      increase the size to what it was before
      
      Change-Id: I8b86ba958bab07589abf6570f2242f7fc29bdb78
      6a6573af
    • Q.hongtao's avatar
      Remove six · 1203b762
      Q.hongtao authored
      Replace the following items with Python 3 style code.
      - six.moves.BaseHttpServer
      - six.moves.zip
      - six.PY2
      - six.viewitems
      
      Change-Id: If68cc2778bfccc56248ab8fba3de764044a707e9
      1203b762
    • Q.hongtao's avatar
      Add idea into .gitignore · 97f439c8
      Q.hongtao authored
      Change-Id: I82bd58c804c7f8b2dd2f77954489cfa3f2c42060
      97f439c8
  14. 17 Sep, 2020 2 commits
  15. 16 Sep, 2020 1 commit
  16. 06 Sep, 2020 1 commit
  17. 25 Aug, 2020 1 commit
  18. 20 Aug, 2020 1 commit
  19. 31 Jul, 2020 1 commit
  20. 28 Jun, 2020 1 commit
  21. 02 Jun, 2020 1 commit
    • Andreas Jaeger's avatar
      Switch to newer openstackdocstheme and reno versions · 27feeadf
      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: If0c72f4b5df2ac8983401a91e468d4e3863b2ba5
      27feeadf
  22. 28 May, 2020 1 commit
  23. 13 May, 2020 1 commit
    • Ghanshyam Mann's avatar
      Fix hacking min version to 3.0.1 · ddd3fb17
      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: Id1bdef61cbca373e70d34cb45287a09ecc3776bb
      ddd3fb17
  24. 11 May, 2020 3 commits
  25. 10 May, 2020 1 commit
  26. 19 Apr, 2020 1 commit
    • Andreas Jaeger's avatar
      Update docs building · 83eac6f6
      Andreas Jaeger authored
      Update docs building:
      * Switch to sphinx-build
      * Update requirements for Sphinx and openstackdocstheme for
        python 3
      * Remove unneeded doc and translation sections from setup.cfg
      * Remove install_command, it's unneeded, the default is fine.
      
      Change-Id: I91b3d395f980f9aa55e4c6134b821efec4450643
      83eac6f6
  27. 02 Apr, 2020 2 commits
    • Eyal's avatar
      hacking 3 is good only for python3 · 8e9beccc
      Eyal authored
      We still use python 2 in stein
      
      Change-Id: Ibf27c864818f4ec4f17896aa7e0862fa0030fabe
      8e9beccc
    • Andreas Jaeger's avatar
      Update hacking for Python3 · 3c512e68
      Andreas Jaeger authored
      The repo is Python 3 now, so update hacking to version 3.0 which
      supports Python 3.
      
      Fix problems found.
      
      Change-Id: Ib598d6c80dc8665ee8b583f3a2238a14b0b5c04a
      3c512e68
  28. 22 Jan, 2020 1 commit
  29. 12 Jan, 2020 1 commit
    • cao.yuan's avatar
      Update json module to jsonutils · 378083e9
      cao.yuan authored
      oslo project provide jsonutils, and the others use it in many place,
      this PS to update the json module to oslo jsonutils for consistency.
      
      Change-Id: Ie8bdc41e420fbbbafaca7d7eaeaa702d93c6a18d
      378083e9
  30. 08 Jan, 2020 1 commit