
This commit removes any trailing spaces at the end of the lines that was still present after recent cleanups. Change-Id: I4e6b2e7106a380cc34571ff35b5e727c476996a8
8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
# Test: Stop openstack-keystone and look for failed actions
|
|
|
|
echo "$(date) * Step 1: disable openstack-keystone resource"
|
|
play_on_resources "disable" "openstack-keystone-clone"
|
|
|
|
echo "$(date) - List of cluster's failed actions:"
|
|
check_failed_actions
|