Re: [Openstack] Libvirt File Injection

2012-01-31 Thread Jarret Raim
I'd also add that from a security standpoint, it seems like a better option for it to just fail. If I'm using injected files for a hardening purpose (sshd config, ssh keys, pam configuration, etc) and the box comes up without those modifications, my instance is not as secure as I intended. Not s

Re: [Openstack] Libvirt File Injection

2012-01-31 Thread Kiall Mac Innes
On Tue, Jan 31, 2012 at 1:38 PM, Soren Hansen wrote: > 2012/1/30 Dan Prince : > If getting those files injected isn't critical to getting the machine up > and running, you can use one of the many other ways to get data into > your instances. If the API calls says to inject a file, and we know tha

Re: [Openstack] Libvirt File Injection

2012-01-31 Thread Soren Hansen
2012/1/30 Dan Prince : > On Mon, Jan 30, 2012 at 1:05 PM, Brian Waldon > wrote: >> After implementing a working version of file injection on Libvirt, a >> good question was brought up on the merge prop: how should we handle >> a file injection failure? Injection could fail for several reasons: >>

Re: [Openstack] Libvirt File Injection

2012-01-31 Thread Soren Hansen
2012/1/30 Brian Waldon : > After implementing a working version of file injection on Libvirt, a good > question was brought up on the merge prop: how should we handle a file > injection failure? Injection could fail for several reasons: missing > necessary libraries, unsupported image formats and b

Re: [Openstack] Libvirt File Injection

2012-01-30 Thread Jay Pipes
On Mon, Jan 30, 2012 at 1:05 PM, Brian Waldon wrote: > After implementing a working version of file injection on Libvirt, a good > question was brought up on the merge prop: how should we handle a file > injection failure? Injection could fail for several reasons: missing > necessary libraries, un

Re: [Openstack] Libvirt File Injection

2012-01-30 Thread Dan Prince
On Mon, Jan 30, 2012 at 1:05 PM, Brian Waldon wrote: > After implementing a working version of file injection on Libvirt, a good > question was brought up on the merge prop: how should we handle a file > injection failure? Injection could fail for several reasons: missing > necessary libraries, un

[Openstack] Libvirt File Injection

2012-01-30 Thread Brian Waldon
After implementing a working version of file injection on Libvirt, a good question was brought up on the merge prop: how should we handle a file injection failure? Injection could fail for several reasons: missing necessary libraries, unsupported image formats and bad permissions are just a few.