Drop deprecated project
panko was deprecated. [0] https://review.opendev.org/c/openstack/governance/+/850005 Change-Id: I3ca2a489acac075f1b3a032163a27f42279f7733
This commit is contained in:
parent
00965ed13e
commit
843f1cabd7
@ -264,7 +264,6 @@ tempest_service_available_neutron_vpnaas: >-
|
||||
tempest_service_available_nova: "{{ groups['nova_all'] is defined and groups['nova_all'] | length > 0 }}"
|
||||
tempest_service_available_novajoin: False
|
||||
tempest_service_available_octavia: "{{ groups['octavia_all'] is defined and groups['octavia_all'] | length > 0 }}"
|
||||
tempest_service_available_panko: "{{ groups['panko_all'] is defined and groups['panko_all'] | length > 0 }}"
|
||||
tempest_service_available_sahara: "{{ groups['sahara_all'] is defined and groups['sahara_all'] | length > 0 }}"
|
||||
tempest_service_available_senlin: "{{ groups['senlin_all'] is defined and groups['senlin_all'] | length > 0 }}"
|
||||
tempest_service_available_swift: >-
|
||||
|
@ -58,7 +58,6 @@ magnum = {{ tempest_service_available_magnum }}
|
||||
manila = {{ tempest_service_available_manila }}
|
||||
murano = {{ tempest_service_available_murano }}
|
||||
load_balancer = {{ tempest_service_available_octavia }}
|
||||
panko = {{ tempest_service_available_panko }}
|
||||
trove = {{ tempest_service_available_trove }}
|
||||
zun = {{ tempest_service_available_zun }}
|
||||
|
||||
|
@ -118,8 +118,7 @@ _tempest_plugins:
|
||||
{{
|
||||
(tempest_service_available_aodh | bool) or
|
||||
(tempest_service_available_ceilometer | bool) or
|
||||
(tempest_service_available_gnocchi | bool) or
|
||||
(tempest_service_available_panko | bool)
|
||||
(tempest_service_available_gnocchi | bool)
|
||||
}}
|
||||
- name: trove-tempest-plugin
|
||||
repo: "{{ tempest_plugin_trove_git_repo }}"
|
||||
|
Loading…
Reference in New Issue
Block a user