Unable to install Keystone
The following error is thrown while trying to execute keystone user-list
command
keystone error-for keystone user-list
No handlers could be found for logger "keystoneclient.client"
An unexpected error prevented the server from fulfilling your request. (OperationalError) (1045, "Access denied for user 'keystone'@'localhost' (using password: YES)") None None (HTTP 500)
and also says:
usage: keystone [--os_username <auth-user-name>]
[--os_password <auth-password>]
[--os_tenant_name <auth-tenant-name>]
[--os_tenant_id <tenant-id>] [--os_auth_url <auth-url>]
[--os_region_name <region-name>]
[--os_identity_api_version <identity-api-version>]
[--token <service-token>] [--endpoint <service-endpoint>]
[--username <auth-user-name>] [--password <auth-password>]
[--tenant_name <tenant-name>] [--auth_url <auth-url>]
[--region_name <region-name>]
keystone: error: argument --username: expected one argument
Please help me in this regard.
We're going to need more info about how you're installing Keystone and possibly extracts from the log, for us to give you any meaningful answer.
i am going through the steps given in install openstack on ubuntu 12.04 in 10 minutes from the link: http://www.stackgeek.com/guides/gettingstarted.html%3C/p%3E (http://www.stackgeek.com/guides/gettingstarted.html)