openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #19227
Re: Problem with keystone on Debian
On Thu, Dec 06, 2012 at 04:21:49PM -0200, Guilherme Russi wrote:
> Hello Guys,
>
> I'm trying to install OpenStack on Debian Wheezy, but i'm getting some
> problems with keystone, when i try to create a user in a tenant using
> the --tenant-id command, it returns the error: keystone: error:
> unrecognized arguments: --service-id <service-id number>.
>
Are you using essex (official repo) or folsom (backport repo)?
If you are using essex, you must use the command:
keystone user-role-add --user <user_id> --role <role_id> --tenant_id <tenant_id>
where <*_id> are user, role and tenants ids previously created.
Cheers
Alberto
References