From 38f02513fa2bf2b2d29bf4798e7807608099e366 Mon Sep 17 00:00:00 2001 From: lijunjie Date: Thu, 17 Jan 2019 14:37:12 +0800 Subject: [PATCH] Fix the misspelling of "search" Change-Id: I231135878d847ceae2076ccb8b97882578eede4b --- hooks/charmhelpers/contrib/openstack/templating.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/charmhelpers/contrib/openstack/templating.py b/hooks/charmhelpers/contrib/openstack/templating.py index a623315..050f8af 100644 --- a/hooks/charmhelpers/contrib/openstack/templating.py +++ b/hooks/charmhelpers/contrib/openstack/templating.py @@ -183,7 +183,7 @@ class OSConfigRenderer(object): /tmp/templates/grizzly/api-paste.ini /tmp/templates/havana/api-paste.ini - Since it was registered with the grizzly release, it first seraches + Since it was registered with the grizzly release, it first searches the grizzly directory for nova.conf, then the templates dir. When writing api-paste.ini, it will find the template in the grizzly