diff --git a/magnum/drivers/mesos_ubuntu_v1/templates/fragments/volume-service.sh b/magnum/drivers/mesos_ubuntu_v1/templates/fragments/volume-service.sh index ed8a95a49f..0f19d91640 100644 --- a/magnum/drivers/mesos_ubuntu_v1/templates/fragments/volume-service.sh +++ b/magnum/drivers/mesos_ubuntu_v1/templates/fragments/volume-service.sh @@ -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