<div dir="ltr"><div><div>Hi,<br></div><div>         I am trying to setup Openstack in a single node architecture for evaluation. I am following the Openstack installation Guide for Ubuntu 12.04 LTS. I am getting the following error when trying to setup tenants, users and roles manually.<br>
<br>OS: Ubuntu 12.04 LTS<br>Model: Single node (For
                trying out OpenStack)<br></div><div></div><div></div><div><br></div><div>Error-1:</div><div>~$ keystone --debug tenant-create --name demo --description "Default Tenant"<br>REQ: curl -i <a href="http://localhost:35357/v2.0/tenants">http://localhost:35357/v2.0/tenants</a> -X POST -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "X-Auth-Token: 012345SECRET99TOKEN012345"<br>
REQ BODY: {"tenant": {"enabled": true, "name": "demo", "description": "Default Tenant"}}<br><br>RESP: [500] {'date': 'Wed, 05 Jun 2013 09:06:35 GMT', 'content-type': 'application/json', 'content-length': '401', 'vary': 'X-Auth-Token'}<br>
RESP BODY: {"error": {"message": "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)' ('9b7781a3a27c4ecaae86e0766999498c', 'demo', 'default', 'Default Tenant', 1, '{}')", "code": 500, "title": "Internal Server Error"}}<br>
<br>Request returned failure status: 500<br>Unable to communicate with identity service: {"error": {"message": "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)' ('9b7781a3a27c4ecaae86e0766999498c', 'demo', 'default', 'Default Tenant', 1, '{}')", "code": 500, "title": "Internal Server Error"}}. (HTTP 500)<br>
</div><div><br></div><div>Error-2:<br>~$ keystone user-list<br>Unable to communicate with identity service: {"error": {"message": "An unexpected error prevented the server from fulfilling your request. (ProgrammingError) (1146, \"Table 'keystone.user' doesn't exist\") 'SELECT <a href="http://user.id">user.id</a> AS user_id, <a href="http://user.name">user.name</a> AS user_name, user.domain_id AS user_domain_id, user.password AS user_password, user.enabled AS user_enabled, user.extra AS user_extra \\nFROM user' ()", "code": 500, "title": "Internal Server Error"}}. (HTTP 500)<br>
<br></div>I am stuck here, any help or hint is greatly appreciated.<br><br></div><div>Thanks<br></div><div>Sreejith<br></div></div>