Merge "Use --long when saving keystone-resources log"

This commit is contained in:
Zuul 2022-04-11 18:20:03 +00:00 committed by Gerrit Code Review
commit d4c5be008e
1 changed files with 3 additions and 3 deletions

View File

@ -288,9 +288,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