David, There's one issue regarding Eucalyptus endpoint. In EC2 driver, the env variables are deleted in global scope, whereas previously it was nullified inside 'new_client' method. When a user starts the server with eucalyptus driver (deltacloudd -i eucalyptus), the env. variables set by Eucalyptus installation will be deleted when EC2 driver (base driver of Eucalyptus) is loaded. This causes AWS to point to the default EC2 endpoint.
It works though when clients supply X-Deltacloud-Provider. I think the best way to solve it is to move ENV.delete to inside a method that's overriden by Eucalyptus driver (i.e., new_client). Sang-min On Wed, Apr 20, 2011 at 11:14 AM, Eric Woods <[email protected]> wrote: > +1. Thanks. > > - Eric W. >
