[openstack-dev] [keyston] Failed with Table 'keystone.project' doesn't exist", keystone tenant-create --name=admin won't create table if not exist?

Dolph Mathews dolph.mathews at gmail.com
Mon Sep 30 13:11:29 UTC 2013


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 at lists.openstack.org
> http://lists.openstack.org/**cgi-bin/mailman/listinfo/**openstack-dev<http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>
>


-- 

-Dolph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130930/1b071829/attachment.html>


More information about the OpenStack-dev mailing list