1. 17 Nov, 2020 4 commits
  2. 16 Nov, 2020 2 commits
  3. 08 Sep, 2020 1 commit
  4. 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
  5. 11 May, 2020 1 commit
  6. 07 May, 2020 1 commit
  7. 06 May, 2020 1 commit
  8. 04 May, 2020 3 commits
  9. 10 Mar, 2020 1 commit
  10. 03 Mar, 2020 1 commit
  11. 14 Feb, 2020 2 commits
  12. 10 Feb, 2020 3 commits
  13. 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
  14. 20 Jan, 2020 1 commit
  15. 09 Jan, 2020 2 commits
  16. 06 Jan, 2020 1 commit
  17. 26 Dec, 2019 2 commits
  18. 10 Oct, 2019 1 commit
  19. 09 Oct, 2019 1 commit
  20. 08 Oct, 2019 2 commits
  21. 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
  22. 03 Sep, 2019 1 commit
  23. 02 Sep, 2019 1 commit
  24. 29 Jul, 2019 1 commit
  25. 16 Jul, 2019 1 commit
  26. 05 Jul, 2019 1 commit
  27. 01 Jul, 2019 1 commit
    • Keigo Noha's avatar
      Use floating_network_name instead of 'public' · 374fdb79
      Keigo Noha authored
      In RemoteDeeplyNestedStackTest, network name is assigned as 'public'.
      However, there is no guarantee to have 'public' network.
      Instead of using the hardcoded network name, we should use
      floating_network_name assigned in conf file.
      
      Change-Id: I01313d557e415bb0b0d8df310c445e63190f4505
      Story: #2006144
      Task: 35640
      374fdb79