Re: [libvirt] [PATCH v3 02/10] conf: Add new secret type "passphrase"

2016-07-05 Thread Daniel P. Berrange
On Tue, Jul 05, 2016 at 10:44:30AM -0400, John Ferlan wrote: > > > >>> Ok, so for LUKS i'd expect us to continue to just use the existing > >>> USAGE_TYPE_VOLUME we already have for this purpose. > >>> > >> > >> That then requires the "usage" of a in the domain xml to list > >> the volume path.

Re: [libvirt] [PATCH v3 02/10] conf: Add new secret type "passphrase"

2016-07-05 Thread John Ferlan
>>> Ok, so for LUKS i'd expect us to continue to just use the existing >>> USAGE_TYPE_VOLUME we already have for this purpose. >>> >> >> That then requires the "usage" of a in the domain xml to list >> the volume path. So rather than: >> >> >> >> >> >> it'd be: >> >>

Re: [libvirt] [PATCH v3 02/10] conf: Add new secret type "passphrase"

2016-07-05 Thread Daniel P. Berrange
On Tue, Jul 05, 2016 at 10:16:10AM -0400, John Ferlan wrote: > > > On 07/05/2016 09:37 AM, Daniel P. Berrange wrote: > > On Tue, Jul 05, 2016 at 09:33:30AM -0400, John Ferlan wrote: > >> > >> > >> On 07/04/2016 09:42 AM, Daniel P. Berrange wrote: > >>> On Fri, Jun 24, 2016 at 04:53:31PM -0400,

Re: [libvirt] [PATCH v3 02/10] conf: Add new secret type "passphrase"

2016-07-05 Thread John Ferlan
On 07/05/2016 09:37 AM, Daniel P. Berrange wrote: > On Tue, Jul 05, 2016 at 09:33:30AM -0400, John Ferlan wrote: >> >> >> On 07/04/2016 09:42 AM, Daniel P. Berrange wrote: >>> On Fri, Jun 24, 2016 at 04:53:31PM -0400, John Ferlan wrote: Add a new secret type known as "passphrase" - it will

Re: [libvirt] [PATCH v3 02/10] conf: Add new secret type "passphrase"

2016-07-05 Thread Daniel P. Berrange
On Tue, Jul 05, 2016 at 09:33:30AM -0400, John Ferlan wrote: > > > On 07/04/2016 09:42 AM, Daniel P. Berrange wrote: > > On Fri, Jun 24, 2016 at 04:53:31PM -0400, John Ferlan wrote: > >> Add a new secret type known as "passphrase" - it will handle adding the > >> secret objects that need a

Re: [libvirt] [PATCH v3 02/10] conf: Add new secret type "passphrase"

2016-07-05 Thread John Ferlan
On 07/04/2016 09:42 AM, Daniel P. Berrange wrote: > On Fri, Jun 24, 2016 at 04:53:31PM -0400, John Ferlan wrote: >> Add a new secret type known as "passphrase" - it will handle adding the >> secret objects that need a passphrase without a specific username. >> >> The format is: >> >> >>

Re: [libvirt] [PATCH v3 02/10] conf: Add new secret type "passphrase"

2016-07-04 Thread Daniel P. Berrange
On Fri, Jun 24, 2016 at 04:53:31PM -0400, John Ferlan wrote: > Add a new secret type known as "passphrase" - it will handle adding the > secret objects that need a passphrase without a specific username. > > The format is: > > > ... > ... > >mumblyfratz > >

Re: [libvirt] [PATCH v3 02/10] conf: Add new secret type "passphrase"

2016-06-24 Thread Ján Tomko
On Fri, Jun 24, 2016 at 04:53:31PM -0400, John Ferlan wrote: Add a new secret type known as "passphrase" - it will handle adding the secret objects that need a passphrase without a specific username. The format is: ... ... mumblyfratz Signed-off-by: John Ferlan

[libvirt] [PATCH v3 02/10] conf: Add new secret type "passphrase"

2016-06-24 Thread John Ferlan
Add a new secret type known as "passphrase" - it will handle adding the secret objects that need a passphrase without a specific username. The format is: ... ... mumblyfratz Signed-off-by: John Ferlan --- docs/aclpolkit.html.in