openrc: Stop setting OS_VOLUME_API_VERSION, CINDER_VERSION
We have not needed these in years.
Change-Id: I4d76a7d3a8513ce5a927d533b34fb609e5dacdfa
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
diff --git a/openrc b/openrc
index 5ec7634..e800abe 100644
--- a/openrc
+++ b/openrc
@@ -72,8 +72,3 @@
export OS_CACERT=$DEFAULT_OS_CACERT
fi
fi
-
-# Currently cinderclient needs you to specify the *volume api* version. This
-# needs to match the config of your catalog returned by Keystone.
-export CINDER_VERSION=${CINDER_VERSION:-3}
-export OS_VOLUME_API_VERSION=${OS_VOLUME_API_VERSION:-$CINDER_VERSION}