omni/cinder
Sanket 40e6f7b0ee Added Nova Instace Snapshot Operation and security group rules support
1. Added instance snapshot feature
2. Support for security group rules using GCE firewall rules
2. Added disk, snapshot related operations nova gceutils library
3. Cleanup unwanted operations from glance gceutils library

Change-Id: I1777e99cf4e1f7c230c4a9b286e4c01e8deb3d2f
Signed-off-by: Sanket <sanket@infracloud.io>
2017-06-01 14:42:58 +05:30
..
tests/unit/volume/drivers Add exception handling to EBS driver initialization 2017-04-12 10:53:58 -07:00
volume/drivers Added Nova Instace Snapshot Operation and security group rules support 2017-06-01 14:42:58 +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.