Re: [libvirt] [PATCH 09/14] secret: Create a 'configFile' in virSecretObj

2016-02-26 Thread Daniel P. Berrange
On Thu, Feb 25, 2016 at 09:03:13AM -0500, John Ferlan wrote: > This patch removes the need for secretXMLPath. Instead save 'path' during > loadSecret as 'configFile'. The secretXMLPath is nothing more than an > open coded virFileBuildPath. All that code did was concantenate the >

Re: [libvirt] [PATCH 09/14] secret: Create a 'configFile' in virSecretObj

2016-02-25 Thread John Ferlan
On 02/25/2016 09:03 AM, John Ferlan wrote: > This patch removes the need for secretXMLPath. Instead save 'path' during > loadSecret as 'configFile'. The secretXMLPath is nothing more than an > open coded virFileBuildPath. All that code did was concantenate the > driver->configDir, the UUID of

[libvirt] [PATCH 09/14] secret: Create a 'configFile' in virSecretObj

2016-02-25 Thread John Ferlan
This patch removes the need for secretXMLPath. Instead save 'path' during loadSecret as 'configFile'. The secretXMLPath is nothing more than an open coded virFileBuildPath. All that code did was concantenate the driver->configDir, the UUID of the secret, and the ".xml" suffix to form the