]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Utilize virDomainDiskAuth for storage pools
authorJohn Ferlan <jferlan@redhat.com>
Thu, 26 Jun 2014 12:18:09 +0000 (08:18 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 3 Jul 2014 21:39:15 +0000 (17:39 -0400)
commit97e3397cde970c95c1e66eb1f52f133d568bd4e4
treedc783318dd512daaf447b06e8f6c7628e5036d97
parentf1aa00b4e71294921116bef51f3d384307ccb293
Utilize virDomainDiskAuth for storage pools

Replace the authType, chap, and cephx unions in virStoragePoolSource
with a single pointer to a virStorageAuthDefPtr.  Adjust all users of
the previous chap/cephx and secret unions with the source->auth data.
src/conf/storage_conf.c
src/conf/storage_conf.h
src/qemu/qemu_conf.c
src/storage/storage_backend_iscsi.c
src/storage/storage_backend_rbd.c