Merge "Start corosync services after control plane switch for multiple controllers" into stable/7.0

This commit is contained in:
Jenkins 2015-10-26 08:48:28 +00:00 committed by Gerrit Code Review
commit 2cbab19251
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ def upgrade_control_plane(orig_id, seed_id):
# enable all services on seed env
if len(controllers) > 1:
maintenance.start_cluster(seed_env)
maintenance.start_corosync_services(seed_env)
maintenance.start_upstart_services(seed_env)