On Thu, 2011-05-19 at 09:36 +0100, seb delta wrote: > Ok finally i did: > API_PROVIDER="ec2=192.168.1.1:8773;s3=192.168.1.1:8773" ./bin/deltacloudd -i > eucalyptus -p 3001 > then i launch the borwser "localhost:3001" and add EC2_ACCESS_KEY and > EC2_SECRET_KEY > Now it works fine :)
Just for the record, you can also set the provider with the -P option to
deltacloudd; i.e., you could do
./bin/deltacloudd -i eucalyptus -p 3001 -P
"ec2=192.168.1.1:8773;s3=192.168.1.1:8773"
David
