ccbbe69a8b
Change-Id: I8913429303a32ab9e310ce23858e74ddef6a9f8d |
||
---|---|---|
.. | ||
tests/unit/volume/drivers | ||
volume/drivers/aws | ||
README.md |
Setup
Prerequesites
- Working green field OpenStack deployment.
- No prior cinder nodes. This service does not work if cinder backends are already configured.
- The virtualenv used by cinder should have Amazon boto package installed
Instructions
- Copy source directory (cinder/volume/drivers/aws) to cinder-volume module directory {cinder-volume-root}/cinder/volume/drivers
- Update configuration file (cinder.conf) used by cinder-volume service. Set it to volume_driver=cinder.volume.drivers.aws.ebs.EBSDriver
- Restart cinder-volume service.