]> xenbits.xensource.com Git - libvirt.git/commit
storage: Remove storageBackendGenerateSecretData
authorJohn Ferlan <jferlan@redhat.com>
Tue, 19 Jun 2018 15:56:21 +0000 (11:56 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 26 Jun 2018 18:02:43 +0000 (14:02 -0400)
commit40f0e0348dfc84f28a500e262c4953b0d3b44fa0
tree1ea373b74a3905a5b1639e43f053d8bf8a109e6b
parent9b753116f05fbed065f7d772de608967173a7fb8
storage: Remove storageBackendGenerateSecretData

Since we no longer support creating qcow2 encryption format
volumes, we no longer have to possibly create some secret and
have no real need for the function, so move the remaining
functionality to build the secret path back into the caller
storageBackendCreateQemuImg.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
src/storage/storage_util.c