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

/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py40 from cinderclient import exceptions as cinder_exception
41 from cinderclient.v1 import client as v1_client
76 from nova.volume.cinder import cinderclient namespace
243 """Clone the source volume by calling the cinderclient version of
260 client = cinderclient(context)
289 item = cinderclient(context).volumes.create(size, **kwargs)
300 via a call to cinderclient
306 cinderclient(context).volumes.update(volume_id, **fields)
310 """Extend the size of a cinder volume by calling the cinderclient
316 cinderclient(contex
[all...]

Completed in 92 milliseconds