cinder/etc/cinder
Kartik Bommepally 09bc926460 Implements APIs for VMDK driver
- Implemented APIs: create_volume, delete_volume, initialize_connection,
  create_snapthot, delete_snapshot, create_volume_from_snapshot,
  create_cloned_volume
- Modified etc/cinder/cinder.conf.sample adding details for the driver
- Added suds dependency in requirements.txt
- create_volume: does no work. Volume's backing is created lazily
- delete_volume: delete backing if present
- initialize_connection: if backing, not present, create backing, else
  provide backing details to nova to perform attach
  Nova BP/vmware-nova-cinder-support
- create_snapshot: Creates the snapshot of the backing
- delete_snapshot: Deletes the snapshot of the backing
- create_volume_from_snapshot: Creates a full/linked clone from the snapshot
  point in VC. In ESX, copies the VM backing files, registers and reverts to
  the appropriate snapshot point.
- create_cloned_volume: Creates a full/linked clone in VC. In ESX, copies the
  VM backing files and registers as a new backing.
- Written appropriate unit tests
- Work item in BP/vmware-vmdk-cinder-driver

Implements: blueprint vmware-vmdk-cinder-driver
Change-Id: Ib11f2878f8f656209d1ba5e2cbfadae1ac1999b4
2013-08-30 03:44:41 -07:00
..
rootwrap.d Offline snapshots for GlusterFS volumes 2013-08-26 12:34:17 -04:00
api-paste.ini Removing service_* options from authtoken 2013-06-04 17:09:24 -05:00
cinder.conf.sample Implements APIs for VMDK driver 2013-08-30 03:44:41 -07:00
logging_sample.conf fix error class path in logging sample 2013-06-20 09:30:58 +08:00
policy.json Adding Read-Only volume attaching support to Cinder 2013-08-29 01:25:19 +08:00
rootwrap.conf HDS Cinder Driver. Rev #1 2013-05-31 20:16:45 -07:00