From 00e5eaae1701b4d7fded4b6ee56a873652ee336a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 14 Mar 2023 00:30:58 +0900 Subject: [PATCH] Stop querying identity extension list ... because API is not supported and the command consistently fails with the following error. ``` Extensions list not supported by Identity API ``` Change-Id: If489edb987dfc7bdbeec40aa021f8eb38b17522c --- copy_logs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/copy_logs.sh b/copy_logs.sh index 20f11e2d2..91e5699f7 100755 --- a/copy_logs.sh +++ b/copy_logs.sh @@ -348,7 +348,6 @@ export OS_CLIENT_CONFIG_FILE=$LOG_DIR/etc/openstack/puppet/admin-clouds.yaml # keystone resources if [ -d $LOG_DIR/keystone ]; then openstack >> $LOG_DIR/openstack_resources/keystone.txt <<-EOC -extension list --identity endpoint list service list --long region list