On 10/12/10 07:10 -0500, Toby Crawley wrote:
Michal:
Should we use the more generic 'providers' at this level, instead of
'regions'? Not all drivers will support regions, but they may provide
some other separation concept.
Also, you refer to the EU region as 'eu', instead of the full region
name ('eu-west-1'). In the AWS documentation, I've seen it referred
to both ways. I would rather use the full region name here, for
consistency.
Yes, that's a good point. Thank you for noticing me, dunno why I still have
'regions' in my mind.
I changed the patch and posted rev 2.
-- Michal
Toby
On 12/10/2010 06:22 AM, [email protected] wrote:
Hi,
This patch add two new methods to DeltaCloud class (client):
* DeltaCloud::connect(api_url, { :driver => '', :username => ''...},&block)
This will connect to API without credentials (and use HTTP header)
* DeltaCloud::drivers(api_url)
This will return all supported drivers provided by API and also regions
supported by each driver (EC2 for now as an example)
-- Michal
--
--------------------------------------------------------
Michal Fojtik, [email protected]
Deltacloud API: http://deltacloud.org
--------------------------------------------------------