From 26d055fac9d12fcd0c60cb000e4fd16445f5fb2d Mon Sep 17 00:00:00 2001 From: git-harry Date: Sat, 13 Jun 2015 10:21:17 +0100 Subject: [PATCH] Fix spelling of runlevel in init scripts A number of the init templates in the OpenStack roles have the word runlevel incorrectly spelt as runlelvl. This commit correct those spelling mistakes. Change-Id: I0d1b7d5c5cf088fecf07cf0e1bd676b4e4088e2b Closes-bug: #1464603 --- templates/glance-upstart-init.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/glance-upstart-init.j2 b/templates/glance-upstart-init.j2 index 333bbd5e..e477426c 100644 --- a/templates/glance-upstart-init.j2 +++ b/templates/glance-upstart-init.j2 @@ -6,7 +6,7 @@ description "{{ program_name }}" author "Kevin Carter " start on runlevel [2345] -stop on runlelvel [016] +stop on runlevel [016] respawn respawn limit 10 5