[devstack] change libfmcommon path to /usr/local/lib64

Change-Id: I7cb026a12518dfc56d9b0bb0b07a58362f1a8543
Signed-off-by: Sun Austin <austin.sun@intel.com>
This commit is contained in:
Sun Austin 2019-01-24 11:13:13 +08:00
parent 83023a2d18
commit 767cdc211c
1 changed files with 1 additions and 1 deletions

View File

@ -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
}