Notice about restarting slave nodes after upgrade

Change-Id: I0d4d42526764808e4d081118b35bf9a67eec5841
Closes-Bug: #1459658
This commit is contained in:
Maciej Kwiek 2015-05-29 11:16:01 +02:00
parent 79e1f135a3
commit 3e9ef8b84c

View File

@ -96,7 +96,9 @@ class UpgradeManager(object):
'Could not complete on_success actions due to %s',
six.text_type(exc))
logger.info('*** UPGRADE DONE SUCCESSFULLY')
logger.info('*** UPGRADING MASTER NODE DONE SUCCESSFULLY')
logger.info('*** PLEASE REBOOT YOUR BOOTSTRAP NODES IN ORDER TO MAKE'
' SURE THAT THEY USE THE LATEST BOOTSTRAP IMAGE')
def _on_success(self):
"""Do some useful job if upgrade was done successfully.