Merge "To use cinder with rexray downgrade to version: 0.3.3"

This commit is contained in:
Jenkins 2016-08-29 06:32:56 +00:00 committed by Gerrit Code Review
commit 512633e6b9
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@ if [ "$VOLUME_DRIVER" != "rexray" ]; then
exit 0
fi
curl -sSL https://dl.bintray.com/emccode/rexray/install | sh -
# NOTE(yatin): "openstack" storageDriver is not supported in latest version
# of rexray. So use stable version 0.3.3. Once it is supported by rexray:
# http://rexray.readthedocs.io/en/stable/, we can revert this commit.
curl -sSL https://dl.bintray.com/emccode/rexray/install | bash -s -- stable 0.3.3
CLOUD_CONFIG=/etc/rexray/config.yml
CLOUD=/etc/rexray