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