From e183ef9186e0e4b293b960b7ad835f677390e55f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 20 Jun 2025 01:46:14 +0900 Subject: [PATCH] mistral: Drop service list The API was removed from mistral. Depends-on: https://review.opendev.org/948352 Change-Id: Ia1acc8dbfacb97a43ac6685108c98e7cb33e95cf --- copy_logs.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/copy_logs.sh b/copy_logs.sh index 553d9cd37..cfdced7b6 100755 --- a/copy_logs.sh +++ b/copy_logs.sh @@ -525,13 +525,6 @@ share type list --all EOC fi -# mistral resources -if [ -d $LOG_DIR/mistral ]; then - openstack >> $LOG_DIR/openstack_resources/mistral.txt <<-EOC -workflow engine service list -EOC -fi - # octavia resources if [ -d $LOG_DIR/octavia ]; then openstack >> $LOG_DIR/openstack_resources/octavia.txt <<-EOC