]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage_conf: Merge AuthChap and AuthCephx into AuthSecret
authorJohn Ferlan <jferlan@redhat.com>
Sat, 13 Jul 2013 19:43:46 +0000 (15:43 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 15 Jul 2013 16:41:12 +0000 (12:41 -0400)
commit41ac8184830df9901188f483057b4d4d2afc14f1
treeb9e4eac55464944b5efe3bcd10bf62e6631b5f9e
parent37029be4c0aa945a4f144e66eb985ffe3aa01b77
storage_conf: Merge AuthChap and AuthCephx into AuthSecret

Merge virStoragePoolDefParseAuthChap and virStoragePoolDefParseAuthCephx
into a common virStoragePoolDefParseAuthSecret.  Change the output to be
common for both by putting 'type' first followed by 'username'.
src/conf/storage_conf.c