omni/cinder
Pratik Shah ffa3e4c212 [AWS] Added Neutron mechanism test cases
Files modified:
- omni-requirements.txt: Added boto3 package

- run_tests.sh: Added support for running AWS test cases for Neutron

Closes-Bug: #1708586

Change-Id: I91e46a5422a044eeccc171c8f820235e1dc583ef
2017-08-30 11:54:53 +05:30
..
tests/unit/volume/drivers [AWS] Added Neutron mechanism test cases 2017-08-30 11:54:53 +05:30
volume/drivers Applied pep8 fixes 2017-07-24 16:25:25 +05:30
README.md Add requirements.txt to nova, glance and cinder driver directiory, 2016-10-26 13:21:39 +02:00
requirements-gce.txt Added Nova Instace Snapshot Operation and security group rules support 2017-06-01 14:42:58 +05:30

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.