yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #71912
[Bug 1757996] Re: "nova list command error : <class 'sqlalchemy.exc.ProgrammingError'> (HTTP 500) (Request-ID: req-50de465b-0005-4dd1-a190-514491e3fd33)
The error in the nova-api logs is pretty clear:
Table 'nova_cell0.instances' doesn't exist
You either haven't setup the nova_cell0 database or cell mapping, or
haven't run the schema migration on that database. See:
https://docs.openstack.org/nova/latest/user/cells.html#setup-of-cells-v2
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1757996
Title:
"nova list command error : <class 'sqlalchemy.exc.ProgrammingError'>
(HTTP 500) (Request-ID: req-50de465b-0005-4dd1-a190-514491e3fd33)
Status in OpenStack Compute (nova):
Invalid
Bug description:
Steps
1) Install the Ocata from RDO ( OS : CentOS 7.4 )
2) After successfully installed the same the instance launch is failing
Link that i used to install the Ocata is :
https://www.rdoproject.org/install/packstack/
Issue-1 : Enable to launch the instance from horizon
Issue-2 : The nova list giving the following error
[root@dl730xd-02 ~(keystone_admin)]# nova list
ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'sqlalchemy.exc.ProgrammingError'> (HTTP 500) (Request-ID: req-50de465b-0005-4dd1-a190-514491e3fd33)
[root@dl730xd-02 ~(keystone_admin)]# rpm -qa | grep nova
openstack-nova-scheduler-15.1.0-1.el7.noarch
openstack-nova-novncproxy-15.1.0-1.el7.noarch
python-nova-15.1.0-1.el7.noarch
openstack-nova-placement-api-15.1.0-1.el7.noarch
openstack-nova-api-15.1.0-1.el7.noarch
openstack-nova-console-15.1.0-1.el7.noarch
openstack-nova-conductor-15.1.0-1.el7.noarch
openstack-nova-compute-15.1.0-1.el7.noarch
openstack-nova-cert-15.1.0-1.el7.noarch
openstack-nova-common-15.1.0-1.el7.noarch
python2-novaclient-7.1.2-1.el7.noarch
puppet-nova-10.5.0-1.el7.noarch
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1757996/+subscriptions
References