openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #13788
Re: [Devstack]Keystone authentication problem when installing
Here is my localrc:
ENABLED_SERVICES="$ENABLED_SERVICES,swift"
MYSQL_PASSWORD=password
ADMIN_PASSWORD= password
RABBIT_PASSWORD= password
SERVICE_TOKEN= password
SWIFT_HASH= password
HOST_IP=10.0.0.0
RECLONE=yes
SERVICE_PASSWORD= password
By what distribution you mean? I clone the devstack code project from github.
Thanks,
-K
On Jun 27, 2012, at 6:44 PM, Adam Young wrote:
> Can you post your localrc file? YOu can blank out the passwords.
>
> Also, what distribution?
>
>
> On 06/27/2012 09:30 PM, Ke Wu wrote:
>> Hi,
>>
>> I can't find a mailing list of devstack so I choose to ask here, hope this doesn't spam you guys.
>>
>> I was trying to build Devstack on my VM (Ubuntu 12.04 server) to start a new environment for Horizon development.
>>
>> Everything went well until it hit the point to start Keystone service, the error msg was:
>>
>> Expecting authentication method via
>> either a service token, --token or env[SERVICE_TOKEN],
>> or credentials, --os_username or env[OS_USERNAME].
>> + NOVA_USER_ID=
>> ++ get_field 1
>> ++ read data
>> ++ grep ' service '
>> ++ keystone tenant-list
>> Expecting authentication method via
>> either a service token, --token or env[SERVICE_TOKEN],
>> or credentials, --os_username or env[OS_USERNAME].
>> + NOVA_TENANT_ID=
>> ++ keystone ec2-credentials-create --user --tenant_id
>> usage: keystone ec2-credentials-create [--user_id <user-id>]
>> [--tenant_id <tenant-id>]
>> keystone ec2-credentials-create: error: argument --user_id: expected one argument
>> + CREDS=
>> ++ failed
>> ++ local r=2
>> ++ set +o xtrace
>>
>> Anybody has an idea why this happened?
>>
>> Thanks!
>>
>> -Ke Wu
>>
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~openstack
>> More help : https://help.launchpad.net/ListHelp
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
Follow ups
References