From dd04241fcf89530b839dc8a1e96db511f87728f0 Mon Sep 17 00:00:00 2001 From: Martin Magr Date: Mon, 28 Jan 2013 16:07:17 +0100 Subject: [PATCH] Fixed typo Change-Id: I1090fa7dcc33ffb09fae5f6f44a667521c5e5514 --- packstack/plugins/prescript_000.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packstack/plugins/prescript_000.py b/packstack/plugins/prescript_000.py index a1db71dce..d2ab82b3e 100644 --- a/packstack/plugins/prescript_000.py +++ b/packstack/plugins/prescript_000.py @@ -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):