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

/solaris-userland/components/python/cinderclient/
H A DMakefile28 COMPONENT_NAME= python-cinderclient
35 COMPONENT_PROJECT_URL= http://docs.openstack.org/developer/python-cinderclient/
/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...]
/solaris-userland/components/openstack/horizon/
H A DMakefile428 REQUIRED_PACKAGES += library/python/cinderclient-27

Completed in 188 milliseconds