----- Original Message ----- > From: "Ageeleshwar Kandavelu" <[email protected]> > To: "Ricardo Carrillo Cruz" <[email protected]> > > I recently installed icehouse and never created that role but it exists. > > Please see if its present in the db. > root@sun:~# mysql keystone -e 'select * from role;' > +----------------------------------+----------+---------------------------------------------------------------------------+ > | id | name | extra > | | > +----------------------------------+----------+---------------------------------------------------------------------------+ > | 9fe2ff9ee4384b1894a90878d3e92bab | _member_ | {"enabled": "True", > | "description": "Default role for project membership"} | > +----------------------------------+----------+---------------------------------------------------------------------------+ > > This is populated when you run keystone-manage db_sync > > Thank you, > Ageeleshwar K
Yes, it's supposed to be created by the db creation/migration scripts if it's not there (since Grizzly if I recall correctly). -Steve _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
