cinder/cinder/keymgr
Joel Coffman 122d4e0865 Add support for encrypted volumes
This modification adds an encryption key UUID field to the volume
table, which is sufficient to make Cinder "aware" of encrypted volumes
as designated by predefined volume types. Integration with a key
manager is necessary to obtain an actual encryption key UUID (the
current implementation generates a random UUID when an encrypted
volumes is created). Cinder should *not* presume that it necessarily
will have access to the key itself -- this decision depends upon the
design, implementation, and policy for encrypted volumes. The key's
UUID is stored in Cinder because it is metadata about the volume.

Implements: blueprint encrypt-cinder-volumes
Change-Id: I164290e761a9922919a70f22f99af70dac213b61
SecurityImpact
2013-08-14 10:00:15 -04:00
..
__init__.py Add support for encrypted volumes 2013-08-14 10:00:15 -04:00
key.py Create key manager interface 2013-08-06 09:34:10 -04:00
key_mgr.py Add support for encrypted volumes 2013-08-14 10:00:15 -04:00
not_implemented_key_mgr.py Add support for encrypted volumes 2013-08-14 10:00:15 -04:00