commit | 8034bac0a953fed5d15b5923de88e9c6c7157643 | [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 | e9ff7ce51ddadae5b5b91eb4c58568bcb6946349 [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 ?