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 _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp