diff options
author | Justin chi <chigang@huawei.com> | 2016-11-11 02:14:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-11 02:14:48 +0000 |
commit | 9dc55a9dc191d61e35d34042afd310626cb32538 (patch) | |
tree | 086a4f81a9c5308bf594f6b80706f76ae30bd3cd /build/build.conf | |
parent | a5bb59d6af992c36b1ce4683fa7c1dd2df2f3a46 (diff) | |
parent | 2d1bc2662ced6f3d0a15c672782616af8d2f5bf9 (diff) |
Merge "Rename pip-ops to pip-openstack"
Diffstat (limited to 'build/build.conf')
-rw-r--r-- | build/build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.conf b/build/build.conf index 7b46ecf7..f9e40568 100644 --- a/build/build.conf +++ b/build/build.conf @@ -14,7 +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 PIP_OPENSTACK_REPO=${PIP_OPENSTACK_REPO:-$PACKAGE_URL/pip-openstack.tar.gz} export ANSIBLE_MODULE=${ANSIBLE_MODULE:-https://github.com/openstack-ansible/openstack-ansible-modules.git} # OS ISO for provisioning |