diff options
author | liyuenan <liyuenan@huawei.com> | 2016-11-10 09:51:07 +0800 |
---|---|---|
committer | liyuenan <liyuenan@huawei.com> | 2016-11-10 10:05:34 +0800 |
commit | 2d1bc2662ced6f3d0a15c672782616af8d2f5bf9 (patch) | |
tree | 73484bd679c91a8763a4badd7e43a0be1a1c0281 /build/build.conf | |
parent | 5f7e61eb5419681359af3ff3e37fac2b771a5c08 (diff) |
Rename pip-ops to pip-openstack
Change-Id: Ie806f15b75ce409fc9283d5c0c0bc6691b430b27
Signed-off-by: liyuenan <liyuenan@huawei.com>
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 |