Re: [libvirt] [PATCH 10/14] secret: Create a 'base64File' in virSecretObj

2016-02-26 Thread Daniel P. Berrange
On Thu, Feb 25, 2016 at 09:03:14AM -0500, John Ferlan wrote: > This patch removes need for secretBase64Path and secretComputePath. Similar > to the configFile, create an entry for base64File, which will be generated > as the driver->configDir, the UUID value, plus the ".base" suffix. Rather > than

[libvirt] [PATCH 10/14] secret: Create a 'base64File' in virSecretObj

2016-02-25 Thread John Ferlan
This patch removes need for secretBase64Path and secretComputePath. Similar to the configFile, create an entry for base64File, which will be generated as the driver->configDir, the UUID value, plus the ".base" suffix. Rather than generating on the fly, store this in the virSecretObj. The buildup o