]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add action extensions to support nova integration.
authorJohn Griffith <john.griffith@solidfire.com>
Wed, 13 Jun 2012 18:38:35 +0000 (12:38 -0600)
committerAnthony Young <sleepsonthefloor@gmail.com>
Tue, 26 Jun 2012 21:35:56 +0000 (14:35 -0700)
commita9c8212f6925b9f4e0feb25621266265968ee1df
treee19030b86bc212b530717ae7fc003f5d6a90e46f
parent2c6e2732592849016f248434469f5289780e375c
Add action extensions to support nova integration.

 * Adds VolumeActions extension to support key functions
    described in blueprint volume-decoupling
 * Adds snapshot translations to APIs
 * Should be back in sync with 7992
 * blueprint compat-extensions
 * sleepsonthefloor: Moved added snapshot attributes to extension, added tests
 * sleepsonthefloor: Lock pep8==1.1 in tox.ini

Change-Id: I9c6118cd434ca8b275d2386546923f932420b975
12 files changed:
cinder/api/openstack/volume/__init__.py
cinder/api/openstack/volume/contrib/extended_snapshot_attributes.py [new file with mode: 0644]
cinder/api/openstack/volume/contrib/volume_actions.py [new file with mode: 0644]
cinder/api/openstack/volume/snapshots.py
cinder/tests/api/openstack/fakes.py
cinder/tests/api/openstack/volume/contrib/test_extended_snapshot_attributes.py [new file with mode: 0644]
cinder/tests/api/openstack/volume/contrib/test_volume_actions.py [new file with mode: 0644]
cinder/tests/api/openstack/volume/test_snapshots.py
cinder/tests/policy.json
cinder/volume/manager.py
etc/cinder/policy.json
tox.ini