Test dashboard only for horizon scenario
We should not run horizon tempest test for each lxc-based job. Instead we want to run it only when we change os_horizon. Additionally we disable SSL validation since at the moment self-signed SSLs are not trusted. Change-Id: Iace7c54dd19709e4cf7aebb98fd8756299390d67
This commit is contained in:
@@ -185,6 +185,9 @@
|
||||
- src: user_variables_neutron_ovs.yml.j2
|
||||
dest: user_variables_neutron_ovs.yml
|
||||
condition: "{{ 'ovs' in bootstrap_host_scenarios_expanded }}"
|
||||
- src: user_variables_horizon.yml.j2
|
||||
dest: user_variables_horizon.yml
|
||||
condition: "{{ 'horizon' in bootstrap_host_scenarios }}"
|
||||
|
||||
- name: Copy modified cinder-volume env.d file for ceph scenario
|
||||
copy:
|
||||
|
||||
Reference in New Issue
Block a user