]> git.ipfire.org Git - thirdparty/libvirt.git/commit
secret: add Ceph secret type
authorSage Weil <sage@newdream.net>
Fri, 28 Oct 2011 17:30:45 +0000 (11:30 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 28 Oct 2011 17:34:17 +0000 (11:34 -0600)
commit536d1f87469fcbb2b9df5b52b2752188cebecf5c
treeed9323bf3e018926848d78a37609ccd9cdeb3775
parent87b7e148e98968cfbc493ad361ef771855ca924a
secret: add Ceph secret type

Add a new secret type to store a Ceph authentication key. The name
is simply an identifier for easy human reference.

The xml looks like this:

<secret ephemeral='no' private='no'>
 <uuid>0a81f5b2-8403-7b23-c8d6-21ccc2f80d6f</uuid>
 <usage type='ceph'>
   <name>mycluster_admin</name>
 </usage>
</secret>

Signed-off-by: Sage Weil <sage@newdream.net>
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.net>
docs/formatsecret.html.in
docs/schemas/secret.rng
include/libvirt/libvirt.h.in
src/conf/secret_conf.c
src/conf/secret_conf.h
src/secret/secret_driver.c