Remove tacker horizon from lib installation

Change-Id: I419cb744db8b3d468c81223aba0b1caaa362b1d4
Closes-bug: 1733768
This commit is contained in:
yong sheng gong
2017-11-22 13:22:34 +08:00
parent a3a1f313c8
commit 04442cc728
-2
View File
@@ -24,8 +24,6 @@ if [ "${TACKER_MODE}" == "all" ]; then
enable_service tacker
# enable tacker-conductor will make systemctl enable conductor service
enable_service tacker-conductor
# tacker-horizon isn't installable from pip
LIBS_FROM_GIT=tacker-horizon
MGMT_PHYS_NET=${MGMT_PHYS_NET:-mgmtphysnet0}
BR_MGMT=${BR_MGMT:-br-mgmt0}