From a315106a28501d234ad3960e0db46134718595e8 Mon Sep 17 00:00:00 2001 From: Yao Lu Date: Mon, 23 Jan 2017 17:25:54 +0800 Subject: [PATCH] patch of 414777 Change-Id: If9d46e2303c49f545c970e5d175d68481ce284ef Signed-off-by: Yao Lu --- code/daisy/daisy/api/v1/host_template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/code/daisy/daisy/api/v1/host_template.py b/code/daisy/daisy/api/v1/host_template.py index a8277d0c..1799ecdf 100755 --- a/code/daisy/daisy/api/v1/host_template.py +++ b/code/daisy/daisy/api/v1/host_template.py @@ -17,6 +17,7 @@ /host_Templates endpoint for Daisy v1 API """ +import os from oslo_log import log as logging from webob.exc import HTTPBadRequest from webob.exc import HTTPConflict