commit | a631319f4b3348b53f4a90393f9108dd69127d22 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Wed Apr 15 13:04:08 2015 -0400 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Wed Apr 15 13:04:08 2015 -0400 |
tree | 6dc19debcd593a97565c75b1bbcf22156147123b | |
parent | 1b2416192111947d6f092f54da798c8e3aa9aab5 [diff] |
Fix missing import in ansible.py
diff --git a/xos/openstack_observer/ansible.py b/xos/openstack_observer/ansible.py index ec9f160..96c8b7f 100644 --- a/xos/openstack_observer/ansible.py +++ b/xos/openstack_observer/ansible.py
@@ -7,6 +7,7 @@ import string import random import re +from xos.config import Config # XXX hardcoded path # is there any reason why we aren't importing xos.config ?