1. 05 Jan, 2022 5 commits
  2. 22 Dec, 2021 1 commit
  3. 18 Sep, 2021 3 commits
  4. 28 May, 2021 1 commit
  5. 27 Apr, 2021 1 commit
    • maaoyu's avatar
      setup.cfg: Replace dashes with underscores · 683e72f7
      maaoyu authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: I543595c0e3145495923517101ffa057fd7bccb4c
      683e72f7
  6. 20 Apr, 2021 1 commit
  7. 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
  8. 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
  9. 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
  10. 19 Jan, 2021 1 commit
    • Eyal's avatar
      make ussri voting again · 35d27c81
      Eyal authored
      heat fixed the image name
      
      Change-Id: Idb16a1d7dd5c093f074fb6668f67205bb4068e99
      35d27c81
  11. 14 Jan, 2021 1 commit
  12. 12 Jan, 2021 1 commit
  13. 08 Jan, 2021 3 commits
  14. 05 Jan, 2021 2 commits
  15. 04 Jan, 2021 1 commit
  16. 03 Jan, 2021 1 commit
  17. 22 Dec, 2020 1 commit
  18. 22 Sep, 2020 1 commit
  19. 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
  20. 17 Sep, 2020 2 commits
  21. 16 Sep, 2020 1 commit
  22. 06 Sep, 2020 1 commit
  23. 25 Aug, 2020 1 commit
  24. 20 Aug, 2020 1 commit
  25. 31 Jul, 2020 1 commit
  26. 28 Jun, 2020 1 commit
  27. 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