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

/solaris-userland-s11u3/components/python/cinderclient/
H A DMakefile27 COMPONENT_NAME= python-cinderclient
34 COMPONENT_PROJECT_URL= http://launchpad.net/python-cinderclient
/solaris-userland-s11u3/components/openstack/horizon/
H A DMakefile380 REQUIRED_PACKAGES += library/python/cinderclient-27
/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 28 milliseconds