Merge "Remove support for nova volumes"

This commit is contained in:
Jenkins
2014-05-30 17:41:14 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -209,7 +209,7 @@ class OpenStackClients(object):
def cinder(self):
if cinderclient is None:
return self.nova('volume')
return None
if self._cinder:
return self._cinder