From 54d9461a611cbe67e33951e5ab4209941caadb11 Mon Sep 17 00:00:00 2001 From: Andy Ning Date: Wed, 31 Aug 2022 09:44:11 -0400 Subject: [PATCH] Remove nslcd.conf from collect_mask_passwords nslcd is removed and nslcd.conf no longer presents on Debian. This change removed nslcd.conf from the collect_mask_passwords script. Test Plan: PASS: After system deployed, run "collect" successfully. Story: 2009834 Task: 46171 Signed-off-by: Andy Ning Change-Id: I2450fe4463565e555b47f134aa4683b62e3ed511 --- tools/collector/debian-scripts/collect_mask_passwords | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/collector/debian-scripts/collect_mask_passwords b/tools/collector/debian-scripts/collect_mask_passwords index 27b79df4..357a4fd4 100644 --- a/tools/collector/debian-scripts/collect_mask_passwords +++ b/tools/collector/debian-scripts/collect_mask_passwords @@ -26,7 +26,6 @@ for conffile in \ ${COLLECT_NAME_DIR}/etc/neutron/neutron.conf \ ${COLLECT_NAME_DIR}/etc/nfv/nfv_plugins/nfvi_plugins/config.ini \ ${COLLECT_NAME_DIR}/etc/nova/nova.conf \ - ${COLLECT_NAME_DIR}/etc/nslcd.conf \ ${COLLECT_NAME_DIR}/etc/openldap/slapd.conf.backup \ ${COLLECT_NAME_DIR}/etc/openstack-dashboard/local_settings \ ${COLLECT_NAME_DIR}/etc/panko/panko.conf \