Previous topic

The cinder.tests.fake_utils Module

Next topic

The cinder.tests.image.fake Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.tests.glance.stubs Module

class FakeImage(metadata)

Bases: object

class StubGlanceClient(images=None)

Bases: object

create(**metadata)
data(image_id)
delete(image_id)
get(image_id)
list(filters=None, marker=None, limit=30)
update(image_id, **metadata)