Re: [Openstack] Some insight into the number of instances Nova needs to spin up...

2011-01-03 Thread Thierry Carrez
Bret Piatt wrote: We can break this down into a list of measureable test cases. Many of these tests aren't just single host system tests. They require an integrated deployment to find and eliminate the bottleneck. I'm certain I'm missing additional items we would want to measure so consider

Re: [Openstack] Use of IANA-registered ports

2011-01-03 Thread Michael Barton
On Sun, Jan 2, 2011 at 7:57 PM, Ewan Mellor ewan.mel...@eu.citrix.com wrote: We've got some complications though: http://swift.openstack.org/howto_installmultinode.html says Auth node: ... This can be on the same node as a Proxy node and Storage nodes: Runs the swift-account-server,

[Openstack] How to contribute Nova?

2011-01-03 Thread Akira YOSHIYAMA
Hi all, I made many patches and RHEL6 RPMS of Nova-2010.1. * run-instance speed-up with ddrescue * Hybridfox compatibility (mostly done) + correct image id assignment (ami/aki/ari) + response xml fixes (namespace, datetime format and so on) * many bug fixes I want to contribute the

Re: [Openstack] [RFC] OpenStack Programming Model Framework

2011-01-03 Thread John Dickinson
On Jan 3, 2011, at 6:13 PM, John Purrier wrote: API/Service Protocol: RESTful interfaces specific to each service. Each service will present a Public API, a Management API, and optionally, a Notification API. The set and format of the service interface calls define the Service Protocol.