From 767cdc211c57b25a514d816bc450d6eac753ed26 Mon Sep 17 00:00:00 2001 From: Sun Austin Date: Thu, 24 Jan 2019 11:13:13 +0800 Subject: [PATCH] [devstack] change libfmcommon path to /usr/local/lib64 Change-Id: I7cb026a12518dfc56d9b0bb0b07a58362f1a8543 Signed-off-by: Sun Austin --- devstack/lib/stx-fault | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/stx-fault b/devstack/lib/stx-fault index dd1ee62b..14d5761c 100644 --- a/devstack/lib/stx-fault +++ b/devstack/lib/stx-fault @@ -267,7 +267,7 @@ function install_fm_common { # Make sure we can find it later # TODO: this should be managed better - echo /usr/local/lib | sudo tee /etc/ld.so.conf.d/stx-fault.conf + echo /usr/local/lib64 | sudo tee /etc/ld.so.conf.d/stx-fault.conf sudo ldconfig popd }