Currently dcdbsync-api logs are written to both
/var/log/dcdbsync/dcdbsync.log and
/var/log/dcdbsync/dcdbsync_openstack.log.
This commit removes the duplicate log filter
f_dcdbsyncopenstackapi as we don't need 2
identical log files with identical content.
Test Plan:
PASS: Restart dcdbsync-api service and check logs
not generating in dcdbsync_openstack.log
PASS: Bring up a DC system with at least one
subcloud using a dev load that contains this
change. Verify that there's no file
/var/log/dcdbsync/dcdbsync_openstack.log
Closes-Bug: 2080952
Change-Id: I461c6d9c67b0ea2a72659b0448fba3c84b846197
Signed-off-by: Swapna Gorre <swapna.gorre@windriver.com>