Drop deprecated project

panko was deprecated.

[0] https://review.opendev.org/c/openstack/governance/+/850005

Change-Id: I3ca2a489acac075f1b3a032163a27f42279f7733
This commit is contained in:
likui 2023-10-13 14:25:11 +08:00
parent 00965ed13e
commit 843f1cabd7
3 changed files with 1 additions and 4 deletions

View File

@ -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: >-

View File

@ -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 }}

View File

@ -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 }}"