Merge "Remove support for nova volumes"
This commit is contained in:
commit
cd3d12ec51
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user