Fixed typo
Change-Id: I1090fa7dcc33ffb09fae5f6f44a667521c5e5514
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user