Re: [Openstack-operators] Openstack-Keystone error

2015-01-15 Thread Jesse Keating
On 1/15/15 2:17 AM, Anwar Durrani wrote: ​I did following steps earlier : These steps don't mention doing the keystone-manage db_sync action. When you install keystone itself and configure it to connect to a sql service, and you have created a keystone database within the sql service, the ne

Re: [Openstack-operators] Openstack-Keystone error

2015-01-15 Thread Alex Leonhardt
this is probably the issue then: 2015-01-15 01:08:34.128 50243 TRACE keystone.common.wsgi ProgrammingError: (ProgrammingError) (1146, "Table 'keystone.token' doesn't exist") 'SELECT token.idAS token_id, token.expires AS token_expires, token.extra AS token_extra, token.valid AS token_valid, token.u

Re: [Openstack-operators] Openstack-Keystone error

2015-01-15 Thread Anwar Durrani
Hi Alex, below is error in log file 2015-01-15 01:08:34.128 50243 ERROR keystone.common.wsgi [-] (ProgrammingError) (1146, "Table 'keystone.token' doesn't exist") 'SELECT token.id AS token_id, token.expires AS token_expires, token.extra AS token_extra, token.valid AS token_valid, token.user_id AS

Re: [Openstack-operators] Openstack-Keystone error

2015-01-15 Thread Alex Leonhardt
I don't think anyone should try to install OS manually :) .. But check the keystone logs for what caused the 500? Maybe the admin tenant/project already exists? On Thu, 15 Jan 2015 08:29 Anwar Durrani wrote: > Hi everyone, > > i am getting below error while running below command > > [root@localh

[Openstack-operators] Openstack-Keystone error

2015-01-15 Thread Anwar Durrani
Hi everyone, i am getting below error while running below command [root@localhost ~]# keystone tenant-create --name admin --description "Admin Tenant" An unexpected error prevented the server from fulfilling your request. (HTTP 500) [root@localhost ~]# Prior to run this command i have done follo