Re: [libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-27 Thread Daniel P. Berrange
On Thu, Aug 20, 2009 at 08:17:59PM +0200, Miloslav Trma?? wrote: > This patch adds a "secret" as a separately managed object, using a > special-purpose API to transfer the secret values between nodes and > libvirt users. > > Rather than add explicit accessors for attributes of secrets, and > hard-

Re: [libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-27 Thread Daniel P. Berrange
On Thu, Aug 20, 2009 at 08:17:59PM +0200, Miloslav Trma?? wrote: > This patch adds a "secret" as a separately managed object, using a > special-purpose API to transfer the secret values between nodes and > libvirt users. > > Rather than add explicit accessors for attributes of secrets, and > hard-

[libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-20 Thread Miloslav Trmač
This patch adds a "secret" as a separately managed object, using a special-purpose API to transfer the secret values between nodes and libvirt users. Rather than add explicit accessors for attributes of secrets, and hard-code the "secrets are related to storage volumes" association in the API, the

Re: [libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-19 Thread Daniel P. Berrange
On Sun, Aug 16, 2009 at 10:47:54PM +0200, Miloslav Trma?? wrote: > This patch adds a "secret" as a separately managed object, using a > special-purpose API to transfer the secret values between nodes and > libvirt users. > > Rather than add explicit accessors for attributes of secrets, and > hard-

Re: [libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-19 Thread Daniel P. Berrange
On Wed, Aug 19, 2009 at 03:19:07PM +0200, Daniel Veillard wrote: > On Wed, Aug 19, 2009 at 05:36:27AM -0400, Miloslav Trmac wrote: > > - "Daniel Veillard" wrote: > > > > > +virSecretPtrvirSecretDefineXML (virConnectPtr conn, > > > > +

Re: [libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-19 Thread Daniel Veillard
On Wed, Aug 19, 2009 at 05:36:27AM -0400, Miloslav Trmac wrote: > - "Daniel Veillard" wrote: > > > +virSecretPtrvirSecretDefineXML (virConnectPtr conn, > > > + const char *xml); > > > > Let's add an "unsigned int flags" to vi

Re: [libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-19 Thread Daniel Veillard
On Wed, Aug 19, 2009 at 05:36:27AM -0400, Miloslav Trmac wrote: > - "Daniel Veillard" wrote: > > On Sun, Aug 16, 2009 at 10:47:54PM +0200, Miloslav Trmač wrote: > > > Rather than add explicit accessors for attributes of secrets, and > > > hard-code the "secrets are related to storage volumes"

Re: [libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-19 Thread Daniel Veillard
On Wed, Aug 19, 2009 at 10:34:38AM +0100, Daniel P. Berrange wrote: > On Wed, Aug 19, 2009 at 11:21:58AM +0200, Daniel Veillard wrote: > > On Sun, Aug 16, 2009 at 10:47:54PM +0200, Miloslav Trma?? wrote: > > > This patch adds a "secret" as a separately managed object, using a > > > special-purpose

Re: [libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-19 Thread Miloslav Trmac
- "Daniel Veillard" wrote: > On Sun, Aug 16, 2009 at 10:47:54PM +0200, Miloslav Trmač wrote: > > Rather than add explicit accessors for attributes of secrets, and > > hard-code the "secrets are related to storage volumes" association > in > > the API, the API uses XML to manipulate the associa

Re: [libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-19 Thread Daniel P. Berrange
On Wed, Aug 19, 2009 at 11:21:58AM +0200, Daniel Veillard wrote: > On Sun, Aug 16, 2009 at 10:47:54PM +0200, Miloslav Trma?? wrote: > > This patch adds a "secret" as a separately managed object, using a > > special-purpose API to transfer the secret values between nodes and > > libvirt users. > >

Re: [libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-19 Thread Daniel Veillard
On Sun, Aug 16, 2009 at 10:47:54PM +0200, Miloslav Trmač wrote: > This patch adds a "secret" as a separately managed object, using a > special-purpose API to transfer the secret values between nodes and > libvirt users. Okay, interesting... > Rather than add explicit accessors for attributes of

[libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-16 Thread Miloslav Trmač
This patch adds a "secret" as a separately managed object, using a special-purpose API to transfer the secret values between nodes and libvirt users. Rather than add explicit accessors for attributes of secrets, and hard-code the "secrets are related to storage volumes" association in the API, the

Re: [libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-06 Thread Daniel P. Berrange
On Tue, Aug 04, 2009 at 10:28:16PM +0200, Miloslav Trma?? wrote: > This patch adds a "secret" as a separately managed object, using a > special-purpose API to transfer the secret values between nodes and > libvirt users. > > Rather than add explicit accessors for attributes of secrets, and > hard-

[libvirt] [PATCH 01/20] Secret manipulation step 1: Public API

2009-08-04 Thread Miloslav Trmač
This patch adds a "secret" as a separately managed object, using a special-purpose API to transfer the secret values between nodes and libvirt users. Rather than add explicit accessors for attributes of secrets, and hard-code the "secrets are related to storage volumes" association in the API, the