distcloud/dcorch/engine/__init__.py
Scott Little e82c7b4336 StarlingX open source release updates
Signed-off-by: Scott Little <scott.little@windriver.com>
2018-08-07 11:51:21 -04:00

8 lines
474 B
Python

# the sync services needs to be imported for them to
# be seen as subclasses to SyncThread in subcloud.py
from dcorch.engine.sync_services.compute import ComputeSyncThread # noqa
from dcorch.engine.sync_services.identity import IdentitySyncThread # noqa
from dcorch.engine.sync_services.network import NetworkSyncThread # noqa
from dcorch.engine.sync_services.sysinv import SysinvSyncThread # noqa
from dcorch.engine.sync_services.volume import VolumeSyncThread # noqa