]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adds cinder iscsi driver for CloudByte storage
authorAmitKumarDas <amit.das@cloudbyte.com>
Wed, 25 Jun 2014 12:08:52 +0000 (17:38 +0530)
committerAmitKumarDas <amit.das@cloudbyte.com>
Wed, 7 Jan 2015 06:19:22 +0000 (11:49 +0530)
commit54d4769a3bcdefd18139b8fd59430a2a80e18a9d
tree25f46da653a0be7a06aefb36287495b15d27201f
parent894f20d9cf57b36ccf9a675c6b2b070d56c9b297
Adds cinder iscsi driver for CloudByte storage

This patch satisfies the basic requirements for a cinder driver. It has
the necessary code to provision storage volume, snapshot and clone.

Driver certification results url https://bugs.launchpad.net/cinder/+bug/1380126

Change-Id: Icd91eff614fa6b3e61e48edccda4bd7bf3955b60
Implements: blueprint CloudByte-ElastiStor-Cinder-Driver
cinder/tests/test_cloudbyte.py [new file with mode: 0644]
cinder/volume/drivers/cloudbyte/__init__.py [new file with mode: 0644]
cinder/volume/drivers/cloudbyte/cloudbyte.py [new file with mode: 0644]
cinder/volume/drivers/cloudbyte/options.py [new file with mode: 0644]