Searched defs:cinderclient (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py39 from cinderclient import exceptions as cinder_exception
40 from cinderclient.v1 import client as v1_client
81 from nova.volume.cinder import cinderclient namespace
260 """Clone the source volume by calling the cinderclient version of
277 client = cinderclient(context)
306 item = cinderclient(context).volumes.create(size, **kwargs)
317 via a call to cinderclient
323 cinderclient(context).volumes.update(volume_id, **fields)
327 """Extend the size of a cinder volume by calling the cinderclient
333 cinderclient(contex
[all...]

Completed in 17 milliseconds