commit | 259205ed4026a72bfd6214d597efe02400825b26 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Tue Jan 24 19:32:59 2017 +0100 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Tue Jan 24 19:32:59 2017 +0100 |
tree | 901c1e5fa3bf67df181915b680729e770a8faf36 | |
parent | 6219178e44b9056d586548a3e2d608f45e923f6a [diff] [blame] |
CORD-706: Make room for new Ansible-invocation interface Change-Id: I3c8720417c675b4e1b32ff7753166a0d02787117
diff --git a/xos/synchronizer/steps/sync_controller_sites.py b/xos/synchronizer/steps/sync_controller_sites.py index 1b3c2ba..1a1ce41 100644 --- a/xos/synchronizer/steps/sync_controller_sites.py +++ b/xos/synchronizer/steps/sync_controller_sites.py
@@ -5,7 +5,7 @@ from synchronizers.openstack.openstacksyncstep import OpenStackSyncStep from core.models.site import * from synchronizers.base.syncstep import * -from synchronizers.base.ansible import * +from synchronizers.base.ansible_helper import * from xos.logger import observer_logger as logger import json