Wu Wenxiang 1259c05604 fix: Fix package discovery for pyproject.toml migration
The pyproject.toml migration in f7c1f3a816
(https://review.opendev.org/c/openstack/skyline-apiserver/+/970991)
used explicit packages list which only included the top-level
skyline_apiserver package, causing subpackages like skyline_apiserver.db
to be missing during installation. This broke db_sync during container
bootstrap with ModuleNotFoundError.

- Switch to setuptools package auto-discovery using packages.find
- Include all skyline_apiserver subpackages automatically
- Ensure skyline_apiserver.db is available for alembic migrations

Closes-Bug: #2136994
Change-Id: If1d16cfc88ac531bc7114a2ea1aafbc28a81ecb0
Signed-off-by: Wu Wenxiang <wu.wenxiang@99cloud.net>
2025-12-22 22:13:44 +08:00
2025-06-26 17:03:21 +08:00
2025-06-26 17:03:21 +08:00
2023-10-25 17:23:50 +08:00
2022-07-29 14:31:57 +08:00
2025-07-22 10:05:12 +08:00
2025-02-12 16:48:38 +08:00
2021-08-25 15:01:17 +08:00
2022-07-28 16:09:31 +08:00
2022-05-25 22:26:42 +08:00
2022-05-25 22:26:42 +08:00
2025-12-14 22:23:00 +00:00
Description
A modern dashboard for OpenStack - API server
Readme 11 MiB
Languages
Python 97.9%
Shell 0.8%
Makefile 0.6%
Jinja 0.4%
Dockerfile 0.2%