Remove support for nova volumes

Note this is only supported if for some reason cinder client
is not imported, which seems rather random.

Change-Id: Id57ba93ef8202ba2a513ee21aff02e4dac9ec21e
This commit is contained in:
Angus Salkeld 2014-05-30 09:48:21 +10:00
parent 590899cb1f
commit 448da67e88

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