Allow horizon to be tested on metal

As horizon now can be configured to bind on specific IP and we don't
have haproxy on metal for now it's safe to run metal jobs for it.

Change-Id: I980c3ea822bf7e9e4599e244b8fc5f3940390fc1
Needed-By: https://review.opendev.org/681718
This commit is contained in:
Dmitriy Rabotyagov 2019-09-12 14:22:39 +03:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent ea73ecf1e6
commit c5d030ead1
2 changed files with 0 additions and 3 deletions

View File

@ -43,8 +43,6 @@
msg: "The scenario key words 'metal' and 'nspawn' are mutually exclusive."
- conditional: "{{ (bootstrap_host_scenario is search('metal')) and (bootstrap_host_scenario is search('haproxy')) }}"
msg: "The scenario key words 'metal' and 'haproxy' are mutually exclusive."
- conditional: "{{ (bootstrap_host_scenario is search('metal')) and (bootstrap_host_scenario is search('horizon')) }}"
msg: "The scenario key words 'metal' and 'horizon' are mutually exclusive."
- name: Identify the space available in /
# NOTE(hwoarang): df does not work reliably on btrfs filesystems

View File

@ -20,7 +20,6 @@
aodh: telemetry
ceilometer: telemetry
gnocchi: telemetry
horizon: lxc
install_methods:
- distro
- source