[libvirt] [RFC PATCH v3 1/4] secret: add Ceph secret type

Daniel P. Berrange berrange at redhat.com
Thu Oct 27 08:28:45 UTC 2011


On Thu, Oct 20, 2011 at 11:01:24AM -0700, Josh Durgin wrote:
> From: Sage Weil <sage at newdream.net>
> 
> 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 at newdream.net>
> Signed-off-by: Josh Durgin <josh.durgin at dreamhost.com>
> ---
>  docs/schemas/secret.rng      |   10 ++++++++++
>  include/libvirt/libvirt.h.in |    3 +++
>  src/conf/secret_conf.c       |   23 ++++++++++++++++++++++-
>  src/conf/secret_conf.h       |    1 +
>  src/secret/secret_driver.c   |    8 ++++++++
>  5 files changed, 44 insertions(+), 1 deletions(-)

ACK

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list