From 06ebd4ad3f6462b3b525c70eaa877e54b9f60b20 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Mon, 11 Apr 2022 07:16:16 +0000 Subject: [PATCH] Use --long when saving keystone-resources log Change-Id: I91c532a839951d0ce684bfc864b602be22b75ff4 (cherry picked from commit 8df05be65be6cd66ae11f973619328e29d357889) (cherry picked from commit b2323679deed3c10a24c47a2a955a1f6caca5731) --- copy_logs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/copy_logs.sh b/copy_logs.sh index 19e1aa2b5..5b50cd1e6 100755 --- a/copy_logs.sh +++ b/copy_logs.sh @@ -285,9 +285,9 @@ done > $LOG_DIR/iptables.txt # keystone resources source $LOG_DIR/openrc.txt openstack endpoint list >> $LOG_DIR/keystone-resources.txt -openstack service list >> $LOG_DIR/keystone-resources.txt -openstack project list >> $LOG_DIR/keystone-resources.txt -openstack user list >> $LOG_DIR/keystone-resources.txt +openstack service list --long >> $LOG_DIR/keystone-resources.txt +openstack project list --long >> $LOG_DIR/keystone-resources.txt +openstack user list --long >> $LOG_DIR/keystone-resources.txt # end of log capture set -e