You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by Kyoungho An <ky...@gmail.com> on 2011/08/24 01:10:47 UTC

Eucalyptus credentials

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

Re: Eucalyptus credentials

Posted by Kyoungho An <ky...@gmail.com>.
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 <ky...@gmail.com> 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


Re: Eucalyptus credentials

Posted by Sang-Min Park <sa...@eucalyptus.com>.
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 <ky...@gmail.com> 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

Re: Eucalyptus credentials

Posted by Kyoungho An <ky...@gmail.com>.
I am using 0.3.0. If I still have the same problem, I will update it to 0.4.0.

Thanks,
Kyoungho

On Aug 24, 2011, at 2:07 PM, David Lutterkort wrote:

> On Tue, 2011-08-23 at 18:10 -0500, Kyoungho An 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:
> 
> What version of deltacloud are you using ? If you use one of the 0.4.0
> release candidates[1], they should just cause your browser to prompt for
> username/password again if you enter an incorrect one.
> 
> David
> 
> 


Re: Eucalyptus credentials

Posted by David Lutterkort <lu...@redhat.com>.
On Tue, 2011-08-23 at 18:10 -0500, Kyoungho An 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:

What version of deltacloud are you using ? If you use one of the 0.4.0
release candidates[1], they should just cause your browser to prompt for
username/password again if you enter an incorrect one.

David