skyline-apiserver:stable/2023.2

Last commit made on 2023-09-27
Get this branch:
git clone -b stable/2023.2 https://git.launchpad.net/skyline-apiserver

Branch merges

Branch information

Name:
stable/2023.2
Repository:
lp:skyline-apiserver

Recent commits

cece5c3... by Zuul <email address hidden>

Merge "Update TOX_CONSTRAINTS_FILE for stable/2023.2" into stable/2023.2

ab9292e... by Zuul <email address hidden>

Merge "Update .gitreview for stable/2023.2" into stable/2023.2

bf0d82a... by conna

fix: Compatible with member and _member_

When the default role is _member_ instead of member, the Skyline API response 401

Bug: 2034976
Change-Id: I7c633728c8de9f300eb718f615bc9950e0c96411
(cherry picked from commit 87019798faa5d18d2409083c448b792cf83252a5)

cddcb48... by OpenStack Release Bot <email address hidden>

Update TOX_CONSTRAINTS_FILE for stable/2023.2

Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/2023.2 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: Iaa523351b13b19d633c5e321ae71ca1435108bdc

4852cb7... by OpenStack Release Bot <email address hidden>

Update .gitreview for stable/2023.2

Change-Id: I9dfbd73abd2519f12030df119ff40aba2a2fc425

2ceaa1e... by Boxiang Zhu

fix: Add GLOBAL_VENV into skyline devstack plugin script

The devstack project has added GLOBAL_VENV env to adjust
the python env. So skyline needs to adjust the same check.

Change-Id: I5f5c3d40dc706cca2f2a91b48db50de67cb140e3

ca3b13f... by Zuul <email address hidden>

Merge "feat: Add time_expired into cookie"

9c4f5e5... by Boxiang Zhu

feat: Add time_expired into cookie

Now the expired time for skyline and keystone is not the same
value. Sometime, when the token of keystone is valid but the
jwt token of skyline-apiserver is invalid.
The skyline-console will send the request to backend service
and then get 401 from skyline.
So we add time_expired into cookie, then skyline-console can
check whether time expired or not.

Change-Id: Id1d3a83eb433c18e88828115e8bd744151fb14f7

51c2b40... by Wu Wenxiang

docs: add spec for feat 'Multi Region & Domain Switch'

Change-Id: I00e319f7c72256f9deb8505cb12b3a9699f12183

de22d3b... by Danny Webb

change sso port to be optional

request.url.port can return None in the case of default ports (80,443)

Change-Id: I07b5fdf11199afefd2996ff36c6e997e52037308
Signed-off-by: Danny Webb <email address hidden>