Add file to the reno documentation build to show release notes for
stable/2024.2.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2024.2.
Sem-Ver: feature
Change-Id: Ie2c03db28e7388eb3a6971d5f206576cd9254348
Command file can not do correct when run it on centos 7
with docker to build. So Change it to use shell cat.
Change-Id: I1186b22c224bbc6e828f71014f5b7f920df3a651
Bump pydantic version which fixes skyline-apiserver
when running under python3.11.
Closes-Bug: #2047145
Change-Id: Idb1897f64ffaf0cd0fbee4f7f198935386a5f599
Skyline should use the default template openstack-python3-jobs which
will be updated each cycle according to the PTI.
Drop the py38 jobs, the current tested python versions are 3.9 and 3.11.
Also drop the irrelevant-files lists, the unit tests should run fast
enough that this doesn't really matter and this way we don't have to
update the config once new python versions get tested.
Change-Id: I5e9da608e5b277110b77ca5e6378855046798cf8
Add file to the reno documentation build to show release notes for
stable/2024.1.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2024.1.
Sem-Ver: feature
Change-Id: I16cf2c24085d7473594720c13692e065fe9c98da
For this commit https://review.opendev.org/c/openstack/requirements/+/900435
The version of SQLAlchemy has been as 1.4.50
From the install_requires of databases, we need to upgrade it.
For 0.8.0 version of databases, sqlalchemy>=1.4.42,<1.5
Closes-Bug: #1974452
Closes-Bug: #2025755
Change-Id: I4c046d2e8a8188046f96809219eb6ddf1f950aa6
Configuration for nginx is now generated in a way such that redirects
have a suitable Host header, which is important e.g. to run skyline
on k8s.
Change-Id: I89503dcbcf988f3e13781d137fc1fde377c3076d
if console tarball exist, the new downloaded package would rename
as xxxx.1, which cause unzip mistake (unzip the original one)
Change-Id: Iba121d1605749f78814d6a5720254184ebe56ba7
https://bugs.launchpad.net/skyline-apiserver/+bug/2025755
the sqlalchemy package will be installed in versions 1.3 and 1.5 or higher due to the influence of the databases package.
(defualt install version 1.4.51) need to <=1.4.41
However, sqlalchemy version 2.0 has been released, so additional improvements to version 1.x will be difficult.
Change-Id: Id08257a74e3cbb7b59e793972a4f093b96a46d30
When retrieving endpoints from keystone catalog, it's better to use
service_type rather than service_name because the name can be arbitrary
(some operator use custom names) while the service_type should always be
consistent.
Change-Id: I966f2d9f40b8306ba645363a4967139f44d6adde
Signed-off-by: Arnaud Morin <arnaud.morin@gmail.com>
Pre-installing the requirements avoids that a mere change of sources
triggers a re-download during incremental docker build.
Change-Id: I734e5d48866aea1b154c467536aaec751cb1740c
With the aim of incremental development builds, a mere change
of the sources should not result in a re-download of a
substantial amount of distribution packages, including a potential
later re-upload into a container registry.
Change-Id: Ica516f2a40ffaae9ddf4d7dd51d466e23456154f
The re-wiring from python to python3 does not need any manual low-level intervention
but can use official packages.
Change-Id: Idf08a85dd8060d1496802eeca04fb2ca470f6712
1. add default_project_id into profile to return
2. if user has default_project_id, then we will login into
this project as default.
Change-Id: I147f7866163ae4d102e83f7c28bbf0077f463974