Andy Ning d269341de2 Keystone DB sync - service build instructions
This update contains the build instructions for the newly introduced
DB record synchronization service. This new service provides REST
APIs to read/write/update identity database. The REST APIs is
intended to be used internally by DC Orchestrator to synchronize
identity resources between central cloud and subclouds.

(cherry picked from commit e628cc02d0dc8573f5dd59893a5c080a653063b4)

Conflicts:
	openstack/distributedcloud/centos/distributedcloud.spec

Story: 2002842
Task: 22787
Depends-On: https://review.opendev.org/#/c/655727
Change-Id: Iebb0dc0d26c2b4088889946d48bb15ca94cab252
Signed-off-by: Andy Ning <andy.ning@windriver.com>
2019-05-07 10:56:22 -04:00

13 lines
265 B
Desktop File

[Unit]
Description=DC DBsync Agent API Service
After=syslog.target network.target postgresql.service
[Service]
Type=simple
User=root
ExecStart=/usr/bin/dcdbsync-api --config-file /etc/dcdbsync/dcdbsync.conf
Restart=on-failure
[Install]
WantedBy=multi-user.target