Public bug reported:

Fresh ubuntu 24.04 install when running
su -s /bin/sh -c "keystone-manage db_sync " keystone

This ends up in /var/log/apache2/keystone.log

2024-04-29 12:47:10.184549   File 
"/usr/lib/python3/dist-packages/pymysql/protocol.py", line 221, in 
raise_for_error
2024-04-29 12:47:10.184554     err.raise_mysql_exception(self._data)
2024-04-29 12:47:10.184572   File 
"/usr/lib/python3/dist-packages/pymysql/err.py", line 143, in 
raise_mysql_exception
2024-04-29 12:47:10.184577     raise errorclass(errno, errval)
2024-04-29 12:47:10.184629 sqlalchemy.exc.ProgrammingError: 
(pymysql.err.ProgrammingError) (1146, "Table 'keystone.project' doesn't exist")
2024-04-29 12:47:10.184634 [SQL: SELECT project.id AS project_id, project.name 
AS project_name, project.domain_id AS project_domain_id, project.description AS 
project_description, project.enabled AS project_enabled, project.extra AS 
project_extra, project.parent_id AS project_parent_id, project.is_domain AS 
project_is_domain
2024-04-29 12:47:10.184640 FROM project
2024-04-29 12:47:10.184644 WHERE project.name = %(name_1)s AND 
project.domain_id = %(domain_id_1)s]
2024-04-29 12:47:10.184648 [parameters: {'name_1': 'Default', 'domain_id_1': 
'<<keystone.domain.root>>'}]


after dbsync is run the project table does exist so i think things are just 
done in wrong order, result is that keystone dosnt work afterwards though

** Affects: keystone (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064117

Title:
  keystone/noble,now 2:25.0.0-0ubuntu1 keystone -manage db_sync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/2064117/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to