'neutron-plugin' incomplete issue

im following this guide “https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/install-openstack.html” to deploy openstack.

but im facing issues with “neutron-api-plugin-ovn” application with status “neutron-plugin incomplete” neutron-api/6* blocked idle 0/lxd/12 10.21.34.94 9696/tcp Missing relations: messaging neutron-api-mysql-router/2* active idle 10.21.34.94 Unit is ready neutron-api-plugin-ovn/9* waiting idle 10.21.34.94 ‘neutron-plugin’ incomplete

“neutron-server.log”

2024-09-15 17:05:11.879 7820 INFO neutron.common.config [-] Logging enabled! 2024-09-15 17:05:11.879 7820 INFO neutron.common.config [-] /usr/bin/neutron-server version 23.1.0 2024-09-15 17:05:12.304 7820 INFO neutron.manager [-] Loading core plugin: ml2 2024-09-15 17:05:12.998 7820 INFO neutron.plugins.ml2.managers [-] Configured type driver names: [‘local’, ‘flat’, ‘vlan’, ‘gre’, ‘vxlan’, ‘geneve’] 2024-09-15 17:05:13.001 7820 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2024-09-15 17:05:13.003 7820 INFO neutron.plugins.ml2.drivers.type_local [-] ML2 LocalTypeDriver initialization complete 2024-09-15 17:05:13.004 7820 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict() 2024-09-15 17:05:13.005 7820 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: [‘flat’, ‘geneve’, ‘gre’, ‘local’, ‘vlan’, ‘vxlan’] 2024-09-15 17:05:13.005 7820 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys([‘flat’, ‘geneve’, ‘gre’, ‘local’, ‘vlan’, ‘vxlan’]) 2024-09-15 17:05:13.006 7820 INFO neutron.plugins.ml2.managers [-] Tenant network_types: [‘local’] 2024-09-15 17:05:13.006 7820 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: [] 2024-09-15 17:05:13.006 7820 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: [] 2024-09-15 17:05:13.007 7820 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: [] 2024-09-15 17:05:13.007 7820 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: [] 2024-09-15 17:05:13.007 7820 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: [] 2024-09-15 17:05:13.007 7820 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: [] 2024-09-15 17:05:13.083 7820 INFO neutron.plugins.ml2.managers [-] Initializing driver for type ‘flat’ 2024-09-15 17:05:13.083 7820 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2024-09-15 17:05:13.083 7820 INFO neutron.plugins.ml2.managers [-] Initializing driver for type ‘geneve’ 2024-09-15 17:05:13.084 7820 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [] 2024-09-15 17:05:13.632 7820 ERROR neutron.service [None req-3e89e270-d262-42fa-9e01-86607ff075fd - - - - - -] Unrecoverable error: please check log for details.: oslo_db.exception.DBNonExistentTable: (sqlite3.OperationalError) no such table: ml2_geneve_allocations [SQL: SELECT ml2_geneve_allocations.geneve_vni AS ml2_geneve_allocations_geneve_vni, ml2_geneve_allocations.allocated AS ml2_geneve_allocations_allocated FROM ml2_geneve_allocations] (Background on this error at: https://sqlalche.me/e/14/e3q8) 2024-09-15 17:05:13.632 7820 ERROR neutron.service Traceback (most recent call last): 2024-09-15 17:05:13.632 7820 ERROR neutron.service File “/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py”, line 1900, in _execute_context 2024-09-15 17:05:13.632 7820 ERROR neutron.service self.dialect.do_execute( 2024-09-15 17:05:13.632 7820 ERROR neutron.service File “/usr/lib/python3/dist-packages/sqlalchemy/engine/default.py”, line 736, in do_execute 2024-09-15 17:05:13.632 7820 ERROR neutron.service cursor.execute(statement, parameters) 2024-09-15 17:05:13.632 7820 ERROR neutron.service sqlite3.OperationalError: no such table: ml2_geneve_allocations 2024-09-15 17:05:13.632 7820 ERROR neutron.service 2024-09-15 17:05:13.632 7820 ERROR neutron.service The above exception was the direct cause of the following exception: 2024-09-15 17:05:13.632 7820 ERROR neutron.service 2024-09-15 17:05:13.632 7820 ERROR neutron.service Traceback (most recent call last): 2024-09-15 17:05:13.632 7820 ERROR neutron.service File “/usr/lib/python3/dist-packages/neutron/service.py”, line 86, in serve_wsgi 2024-09-15 17:05:13.632 7820 ERROR neutron.service service.start() 2024-09-15 17:05:13.632 7820 ERROR neutron.service File “/usr/lib/python3/dist-packages/neutron/service.py”, line 64, in start