diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/pip/code_url.conf | 2 | ||||
-rw-r--r-- | repo/pip/extra-requirement-wheel.txt | 2 | ||||
-rw-r--r-- | repo/repo.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/repo/pip/code_url.conf b/repo/pip/code_url.conf index 062e0bff..faf360e2 100644 --- a/repo/pip/code_url.conf +++ b/repo/pip/code_url.conf @@ -2,7 +2,7 @@ export BRANCH=${BRANCH:-stable/newton} export GIT_URL="https://github.com/openstack/keystone.git \ - https://github.com/openstack/python-keystoneclient.git \ + https://github.com/openstack/python-openstackclient.git \ https://github.com/openstack/nova.git \ https://github.com/openstack/python-novaclient.git \ https://github.com/openstack/neutron.git \ diff --git a/repo/pip/extra-requirement-wheel.txt b/repo/pip/extra-requirement-wheel.txt index 50a64fc3..25daa1a0 100644 --- a/repo/pip/extra-requirement-wheel.txt +++ b/repo/pip/extra-requirement-wheel.txt @@ -9,4 +9,4 @@ yang2tosca==0.13 python-keyczar==0.715 crudini==0.7 pexpect==3.3 -shade==1.14.1 +shade==1.15.0 diff --git a/repo/repo.conf b/repo/repo.conf index 21dee026..6f0e9cda 100644 --- a/repo/repo.conf +++ b/repo/repo.conf @@ -16,6 +16,6 @@ export PACKAGE_URL=${PACKAGE_URL:-http://205.177.226.237:9999} # feature packages export KVMFORNFV=${kvmfornfv:-https://gerrit.opnfv.org/gerrit/p/kvmfornfv.git} -export ODL_PKG="$PACKAGE_URL/distribution-karaf-0.5.0-Boron.tar.gz" +export ODL_PKG="$PACKAGE_URL/distribution-karaf-0.5.2-Boron.tar.gz" export JAVA_PKG="$PACKAGE_URL/jdk-8u51-linux-x64.tar.gz \ $PACKAGE_URL/install_jdk8.tar" |