On Thu, 2010-12-16 at 14:30 -0800, Sang-Min Park wrote: > They go through separate endpoints. The endpoint for compute (EC2 api) has > a form: > http://192.168.23.71:8773/services/Eucalyptus > > And the endpoint for storage(Walrus, which exposes S3 API) has a form: > http://192.168.23.71:8773/services/Walrus
The best approach then might be to make a separate euca driver, which subclasses the EC2 driver, and mostly differs in how API_PROVIDER is used to select the endpoint. It seems easiest to me to tell users to set API_PROVIDER=http://192.168.23.71:8773/services and then have the driver append Eucalyptus or Walrus as needed David
