1. 31 Aug, 2021 1 commit
  2. 02 Aug, 2021 2 commits
    • Takashi Kajinami's avatar
      Use Block Storage API v3 instead of API v2 · 335c11b3
      Takashi Kajinami authored
      Block Storage API v2 was deprecated during Pike cycle and is being
      removed during Xena cycle, and current v3 API should be used instead.
      
      Change-Id: Ic15f4aff72661ae5a50dbb14840ba0277a578173
      335c11b3
    • Takashi Kajinami's avatar
      Make all functional jobs non-voting · fcdf286a
      Takashi Kajinami authored
      Currently functional jobs are all broken because of recent bump of
      cinder client. Since we need fix for both heat and heat-tempest-plugin
      repo this change first make all functional jobs non-voting to unblock
      any change in heat-tempest-plugin repo until the fix is merged in heat.
      
      Change-Id: Icf20b3c07588ee287b106a924580fd6aead4d4e4
      fcdf286a
  3. 01 Jun, 2021 1 commit
  4. 21 May, 2021 1 commit
  5. 29 Apr, 2021 1 commit
  6. 17 Nov, 2020 4 commits
  7. 16 Nov, 2020 2 commits
  8. 08 Sep, 2020 1 commit
  9. 09 Jun, 2020 1 commit
    • Oleh Hryhorov's avatar
      Fixing typo for cert_validate · 9f622d86
      Oleh Hryhorov authored
      Due to this typo cert_validate had been recognized as tuple but
      not boolean.
      
      Change-Id: I379ddaf644d199e3c1b609d31e28942fb1a1f12f
      9f622d86
  10. 11 May, 2020 1 commit
  11. 07 May, 2020 1 commit
  12. 06 May, 2020 1 commit
  13. 04 May, 2020 3 commits
  14. 10 Mar, 2020 1 commit
  15. 03 Mar, 2020 1 commit
  16. 14 Feb, 2020 2 commits
  17. 10 Feb, 2020 3 commits
  18. 27 Jan, 2020 1 commit
    • Michael Polenchuk's avatar
      Rectify volumes tests · 0643b17c
      Michael Polenchuk authored
      * pass updated stack parameters directly to keep the original value
      * volume property of display_description ain't available
        in cinder api version 2+
      
      Change-Id: I346b4da7d002e86f39280ef6caf141a18b0404e3
      Story: 2007217
      Task: 38468
      0643b17c
  19. 20 Jan, 2020 1 commit
  20. 09 Jan, 2020 2 commits
  21. 06 Jan, 2020 1 commit
  22. 26 Dec, 2019 2 commits
  23. 10 Oct, 2019 1 commit
  24. 09 Oct, 2019 1 commit
  25. 08 Oct, 2019 2 commits
  26. 05 Oct, 2019 2 commits
    • Zuul's avatar
      Merge "Change openstack-dev to openstack-discuss" · 3fa09bed
      Zuul authored
      3fa09bed
    • Pavlo Shchelokovskyy's avatar
      Allow to pass --insecure options into VMs · ab1725eb
      Pavlo Shchelokovskyy authored
      currently Heat tests have troubles running when self-signed SSL CA is
      used on public Heat API and standard upstream images (Cirros, Ubuntu)
      are used as those lack trust to those CA - example is DevStack
      with tls-proxy service enabled.
      
      A workaround is to set [clients_heat]insecure=True, but that is
      not really a production-ready setting, and does not work for CFN-style
      signaling, only for WaitConditions.
      
      Instead, this patch adds an extra config option
      `vm_to_heat_api_insecure` (defaults to False), and when enabled tests will
      pass the correct option to the curl or cfn-signal commands running from
      instance's user data via new parameters that test templates are now
      accepting.
      
      Change-Id: I94a82caf1fcb6999151ff1e6fbbe1e2ba211bbb9
      ab1725eb