diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-29 23:57:43 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-29 23:57:43 +0000 |
commit | f5f41504e5de521154f5eadc376f27c24c915d64 (patch) | |
tree | 72026f7adc7ea848c5880cf1d250d03aadb3448f /extraconfig | |
parent | 52310a22439bce232243edf6c417c729dd2fe13f (diff) | |
parent | 371698a20368c4739670a5e06f05d61e06416dae (diff) |
Merge "Fix typo in fixing gnocchi upgrade."
Diffstat (limited to 'extraconfig')
-rwxr-xr-x | extraconfig/tasks/major_upgrade_controller_pacemaker_2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extraconfig/tasks/major_upgrade_controller_pacemaker_2.sh b/extraconfig/tasks/major_upgrade_controller_pacemaker_2.sh index fc365939..4203eba9 100755 --- a/extraconfig/tasks/major_upgrade_controller_pacemaker_2.sh +++ b/extraconfig/tasks/major_upgrade_controller_pacemaker_2.sh @@ -33,7 +33,7 @@ fi start_or_enable_service galera check_resource galera started 600 start_or_enable_service redis -check_resource galera started 600 +check_resource redis started 600 # We need mongod which is now a systemd service up and running before calling # ceilometer-dbsync. There is still a race here: mongod might not be up on all nodes # so ceilometer-dbsync will fail a couple of times before that. As it retries indefinitely |