From e572b590bfe254a1bbccf70b567580b72802f656 Mon Sep 17 00:00:00 2001 From: Krzysztof Kwiecien Date: Tue, 8 Aug 2017 11:44:36 +0200 Subject: correct feature install procedure in docker/drools change FEATURES_HOME variable assigment to allow feature install (including healthcheck feature) in docker image, change credential to be in line with robot Issue: POLICY-145 Change-Id: Ib7640e3947dab280f368531b693dc26e09fa6f21 Signed-off-by: Krzysztof Kwiecien --- config/drools/feature-healthcheck.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/drools') diff --git a/config/drools/feature-healthcheck.conf b/config/drools/feature-healthcheck.conf index 3351b78f..31baed21 100644 --- a/config/drools/feature-healthcheck.conf +++ b/config/drools/feature-healthcheck.conf @@ -1,2 +1,2 @@ HEALTHCHECK_USER=healthcheck -HEALTHCHECK_PASSWORD=zb!XztG3 +HEALTHCHECK_PASSWORD=zb!XztG34 -- cgit 1.2.3-korg