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:
parent
590899cb1f
commit
448da67e88
@ -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