On Monday, September 30, 2013, Neil Zhao wrote:

>
>
> Hi, All,
>
> I'm running the following cmd yet got errors:
>
>
> $ keystone tenant-create --name=admin
> WARNING: Bypassing authentication using a token & endpoint
> (authentication credentials are being ignored).
> An unexpected error prevented the server from fulfilling your request.
> (ProgrammingError) (1146, "Table 'keystone.project' doesn't exist")
> 'INSERT INTO project (id, name, domain_id, description, enabled, extra)
> VALUES (%s, %s, %s, %s, %s, %s)' ('**0565a322e40a4c37b1c4ff5be4c246**c1',
> 'admin', 'default', None, 1, '{}') (HTTP 500)
>
>
>
To create the database schema, run:

  $ keystone-manage db_sync


> --
> Best Regards,
> Neil Zhao
>
>
>
>
> ______________________________**_________________
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/**cgi-bin/mailman/listinfo/**openstack-dev<http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>
>


-- 

-Dolph
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to