Cinder store: glance store should block encrypted volume types as we haven't implemented the encryptor/decryptor interface
Bug #2072327 reported by
Rajat Dhasmana
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glance_store |
New
|
Undecided
|
Unassigned |
Bug Description
Currently glance cinder store doesn't call the encryptor/decryptor interface of os-brick that actually performs the decryption of volume to be able to write data into it so we are not actually performing any encryption.
We can implement the encryption support but it might overlap with the encrypted images work[1] so it's better to let it complete and then implement the encryption mechanism on top of it.
Till then it would be best to avoid using encrypted volume types altogether in glance cinder store.
[1] https:/
To post a comment you must log in.