Comment 8 for bug 1907525

Revision history for this message
Hariom Sharma (hariomsharma75) wrote :

I fixed the problem of the scale_status column manually by running the following command:

ALTER TABLE vnf_instantiated_info ADD COLUMN scale_status JSON;

after this "openstack vnflcm create <ID>" command worked now successfully.

However now I am getting the new error for another table missing in the next "openstack vnflcm instantiate" command

[root@localhost vnf_pkg2(keystone_admin)]# openstack vnflcm instantiate cbe567a5-7465-4881-8fc9-2e8e04bdc327 ./param.json
500-tackerFault
[root@localhost vnf_pkg2(keystone_admin)]#

2020-12-10 20:48:01.512 1204 ERROR tacker.wsgi pymysql.err.ProgrammingError: (1146, "Table 'tacker.vnf_lcm_op_occs' doesn't exist")

In which version vnf_lcm_op_occs is created. Please advise.