From 92c05616a3612dca02ccbf88dcf4c73929f15dad Mon Sep 17 00:00:00 2001 From: liyuenan Date: Tue, 8 Nov 2016 09:12:09 +0800 Subject: Split the Openstack's pip from pip JIRA: COMPASS-491 Change-Id: Ief6df7da1b3729beb2ac56ff1cfd14a44c71ef21 Signed-off-by: liyuenan --- build/build.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/build.conf b/build/build.conf index c837d74e..7b46ecf7 100644 --- a/build/build.conf +++ b/build/build.conf @@ -14,6 +14,7 @@ export COMPASS_INSTALL=${COMPASS_INSTALL:-http://github.com/baigk/compass-instal # Compass core packages export COMPASS_PKG=${COMPASS_PKG:-$PACKAGE_URL/centos7-compass-core.tar.gz} export PIP_REPO=${PIP_REPO:-$PACKAGE_URL/pip.tar.gz} +export PIP_OPS_REPO=${PIP_OPS_REPO:-$PACKAGE_URL/pip-ops.tar.gz} export ANSIBLE_MODULE=${ANSIBLE_MODULE:-https://github.com/openstack-ansible/openstack-ansible-modules.git} # OS ISO for provisioning -- cgit 1.2.3-korg