distcloud/dcorch/engine/__init__.py
Tao Liu 3ac45e3281 Integrate Distributed Cloud with containerized services
Disable nova, cinder and neutron api proxy services
Disable nova, cinder and neutron sync threads
Add cluster IP support to generated subcloud
configuration file
Remove openstack users from subcloud user list

Story: 2004766
Task: 28884

Change-Id: I683ba05ee74b159716924f08814a7473e7053d4d
Signed-off-by: Tao Liu <tao.liu@windriver.com>
2019-03-14 15:13:21 -04:00

5 lines
254 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.identity import IdentitySyncThread # noqa
from dcorch.engine.sync_services.sysinv import SysinvSyncThread # noqa