The deltacloud daemon has been started with the endpoint as you suggested, and I access http://localhost:3001 as a client through a browser, but when I select an operation which needs username/password, the browser shows "internal error" without asking username/password. Can you let me know how to set up username/password in a browser?
Thanks! Kyoungho On Aug 23, 2011, at 6:27 PM, Sang-Min Park wrote: > Hi Kyoungho, > > You need to set them as username / password in the HTTP request. > You don't need to set it when you starts deltacloud daemon. It's for client > request. > > If you use web browser to access the deltacloud, you don't need to set it. > When you point to some operation that needs username/password, the browser > will most likely prompt and will cache your input. > > The two parameters you should supply to deltacloud server are URL of your > eucalyptus and S3 service. Here's the example: > > ./bin/deltacloudd -i eucalyptus -p 3001 -P "ec2=192.168.1.1:8773;s3= > 192.168.1.1:8773" > > > ---SM > > On Tue, Aug 23, 2011 at 4:10 PM, Kyoungho An <[email protected]> wrote: > >> Hi all, >> >> I am trying to use Eucalyptus driver executing like deltacloudd -i >> eucalyptus. However, there is an error on the log: >> Aws::AwsError - AWS access keys are required to operate on EC2: >> >> Therefore, I tried to set up Access Key ID, Secret Access Key, and endpoint >> on the drivers.yaml file, but it still does not work. I don't know where I >> need to set up these kinds of stuffs. >> >> Can you please help me to find out any solutions for this problem? >> >> Thanks, >> Kyoungho > > > > > -- > > ---------------------------------------------------- > Sang-Min Park > Engineer > Eucalyptus Systems
