Use --long when saving keystone-resources log
Change-Id: I91c532a839951d0ce684bfc864b602be22b75ff4 (cherry picked from commit8df05be65b) (cherry picked from commitb2323679de)
This commit is contained in:
@@ -285,9 +285,9 @@ done > $LOG_DIR/iptables.txt
|
|||||||
# keystone resources
|
# keystone resources
|
||||||
source $LOG_DIR/openrc.txt
|
source $LOG_DIR/openrc.txt
|
||||||
openstack endpoint list >> $LOG_DIR/keystone-resources.txt
|
openstack endpoint list >> $LOG_DIR/keystone-resources.txt
|
||||||
openstack service list >> $LOG_DIR/keystone-resources.txt
|
openstack service list --long >> $LOG_DIR/keystone-resources.txt
|
||||||
openstack project list >> $LOG_DIR/keystone-resources.txt
|
openstack project list --long >> $LOG_DIR/keystone-resources.txt
|
||||||
openstack user list >> $LOG_DIR/keystone-resources.txt
|
openstack user list --long >> $LOG_DIR/keystone-resources.txt
|
||||||
|
|
||||||
# end of log capture
|
# end of log capture
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user