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

Neil Zhao neilchiao at gmail.com
Mon Sep 30 08:26:12 UTC 2013



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)' ('0565a322e40a4c37b1c4ff5be4c246c1',
'admin', 'default', None, 1, '{}') (HTTP 500)


-- 
Best Regards,
Neil Zhao






More information about the OpenStack-dev mailing list