omni/cinder
Sanket 92ee8cde01 Cleanup unused requirements from Omni
Consolidating all python requirements required to run unit tests
in test-requirements.txt. Removed rest of all files.

Change-Id: Ifed7288e2b1d92fb180cb8c722578e9887f6f844
2017-09-11 09:39:39 +05:30
..
tests/unit/volume/drivers [AWS] Added a support to create volume from image and volume from volume 2017-08-31 12:30:00 +05:30
volume/drivers Added Azure support for Cinder 2017-09-08 23:39:29 +05:30
README.md Add requirements.txt to nova, glance and cinder driver directiory, 2016-10-26 13:21:39 +02:00

README.md

Setup

Prerequesites

  1. Working green field OpenStack deployment.
  2. No prior cinder nodes. This service does not work if cinder backends are already configured.
  3. The virtualenv used by cinder should have Amazon boto package installed

Instructions

  1. Copy source directory (cinder/volume/drivers/aws) to cinder-volume module directory {cinder-volume-root}/cinder/volume/drivers
  2. Update configuration file (cinder.conf) used by cinder-volume service. Set it to volume_driver=cinder.volume.drivers.aws.ebs.EBSDriver
  3. Restart cinder-volume service.