summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-08-04 21:17:43 -0500
committerScott Moser <smoser@ubuntu.com>2015-08-04 21:17:43 -0500
commit0fdba48edab8bc4894d90e43fcca977f21bbd202 (patch)
treea63662d2a16302555ff94c65e1172bbda52cad7a
parente29c07adc1aa9d042ae790d1cb900a6a51a85952 (diff)
downloadvyos-cloud-init-0fdba48edab8bc4894d90e43fcca977f21bbd202.tar.gz
vyos-cloud-init-0fdba48edab8bc4894d90e43fcca977f21bbd202.zip
fix lack of import in cloud.py
-rw-r--r--cloudinit/cloud.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/cloud.py b/cloudinit/cloud.py
index a0fb42a3..edee3887 100644
--- a/cloudinit/cloud.py
+++ b/cloudinit/cloud.py
@@ -24,6 +24,7 @@ import copy
import os
from cloudinit import log as logging
+from cloudinit import reporting
LOG = logging.getLogger(__name__)