Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gossion committed Feb 7, 2017
1 parent f0a5560 commit d6e3e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bosh-setup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Upgrade cf-release to v250
- Upgrade bosh stemcell to v3312.12
- Fix issue https://github.com/cloudfoundry-incubator/bosh-azure-cpi-release/issues/235

# v2.4.0 (2016-12-21)

Expand Down
2 changes: 1 addition & 1 deletion bosh-setup/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ environment=$(get_setting ENVIRONMENT)
set +e

echo "Start to install python packages..."
pkg_list="msrest==0.4.4 msrestazure==0.4.4 requests==2.11.1 azure==2.0.0rc1 netaddr==0.7.18"
pkg_list="pip==1.5.4 setuptools==32.3.1 msrest==0.4.4 msrestazure==0.4.4 requests==2.11.1 azure==2.0.0rc1 netaddr==0.7.18"
if [ "$environment" = "AzureChinaCloud" ]; then
for pkg in $pkg_list; do
retryop "pip install $pkg --index-url https://mirror.azure.cn/pypi/simple/ --default-timeout=60"
Expand Down

0 comments on commit d6e3e90

Please sign in to comment.