Fixed typo

Change-Id: I1090fa7dcc33ffb09fae5f6f44a667521c5e5514
This commit is contained in:
Martin Magr
2013-01-28 16:07:17 +01:00
parent 0a15042ede
commit dd04241fcf

View File

@@ -129,10 +129,11 @@ def initSequences(controller):
'title': 'Installing time synchronization via NTP'}]
controller.addSequence('Installing time synchronization via NTP', [], [], ntp_step)
else:
controler.MESSAGES.append('Time synchronization installation was '
'skipped. Please note that unsynchronized '
'time on server instances might be problem '
'for some OpenStack components.')
controller.MESSAGES.append('Time synchronization installation '
'was skipped. Please note that '
'unsynchronized time on server '
'instances might be problem for '
'some OpenStack components.')
def createmanifest():
for hostname in gethostlist(controller.CONF):