Pete,

Yeah that was a type when I copy pasted.


This is what I've done to create user

keystone-manage tenant add adminTenant
keystone-manage user add adminUser secretword
keystone-manage role add Admin
keystone-manage role grant Admin adminUser
keystone-manage role grant Admin adminUser adminTenant

Did I miss something?

Thanks!
Paras.


On Mon, Feb 20, 2012 at 10:53 PM, Pete Zaitcev <zait...@redhat.com> wrote:
> On Mon, 20 Feb 2012 14:34:22 -0600
> Paras pradhan <pradhanpa...@gmail.com> wrote:
>
>> http://paste.openstack.org/show/4912/
>
> Did you notice this:
>
> #[filter:keystone]
> use = egg:keystone#tokenauth
>
> Seems commented :-)
>
> The only undocumented trap that I hit was that you MUST create
> users and grant roles on a tenant, e.g.
>
>  keystone-manage role grant KeystoneAdmin zaitcev admten
>
> The old configuringservices.rst omited tenant there.
>
> -- Pete

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

Reply via email to