To use cinder with rexray downgrade to version: 0.3.3

"openstack" storageDriver is not supported in latest version of
rexray. It is supported in stable version: 0.3.3.
Once it is supported: http://rexray.readthedocs.io/en/stable,
this commit can be reverted.

Change-Id: I854fb322debe9464c66a566f3b04392ebed61603
Closes-Bug: #1617331
This commit is contained in:
yatin 2016-08-26 19:55:38 +05:30
parent 03dd1091bd
commit 433eeb8d22
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