diff options
author | liyuenan <liyuenan@huawei.com> | 2016-11-08 09:12:09 +0800 |
---|---|---|
committer | liyuenan <liyuenan@huawei.com> | 2016-11-08 15:09:17 +0800 |
commit | 92c05616a3612dca02ccbf88dcf4c73929f15dad (patch) | |
tree | 82f92c70f27f923356faba9249b959eed02c3ef6 /build | |
parent | dbbb61368932e724f8aae720e1de53ae5c4eebf3 (diff) |
Split the Openstack's pip from pip
JIRA: COMPASS-491
Change-Id: Ief6df7da1b3729beb2ac56ff1cfd14a44c71ef21
Signed-off-by: liyuenan <liyuenan@huawei.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/build.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |