[Openstack] swift keystone help

Paras pradhan pradhanparas at gmail.com
Tue Feb 21 17:24:06 UTC 2012


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 <zaitcev at redhat.com> wrote:
> On Mon, 20 Feb 2012 14:34:22 -0600
> Paras pradhan <pradhanparas at 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




More information about the Openstack mailing list