Re: [Openstack] Problem with keystone on Debian

2012-12-09 Thread Dolph Mathews
The arguments for the commands you need vary a bit by release, but for
interactive help, use:

$ keystone help role-create
$ keystone help tenant-create
$ keystone help user-create
$ keystone help user-role-add

In the latest release of keystoneclient, also try:

$ keystone help bootstrap

... which shortcuts the process of using the above 4 commands.


-Dolph



On Thu, Dec 6, 2012 at 12:21 PM, Guilherme Russi luisguilherme...@gmail.com
 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.

  Does anybody knows if it is a version problem, I've tried on ubuntu 12.10
 and it worked.

 Hope someone can help me.

 Thank you.


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Problem with keystone on Debian

2012-12-06 Thread Guilherme Russi
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.

 Does anybody knows if it is a version problem, I've tried on ubuntu 12.10
and it worked.

Hope someone can help me.

Thank you.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Problem with keystone on Debian

2012-12-06 Thread Alberto Molina Coballes
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