Skip to content

Commit bc9bb28

Browse files
authored
Bump Keystone to include fixes for bug 2119646 (#1960)
1 parent bf75fbd commit bc9bb28

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.github/workflows/stackhpc-build-kayobe-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
build-kayobe-image:
4343
name: Build kayobe image
4444
if: inputs.if || github.repository == 'stackhpc/stackhpc-kayobe-config' && github.event_name == 'push'
45-
runs-on: ubuntu-20.04
45+
runs-on: ubuntu-22.04
4646
permissions:
4747
contents: read
4848
packages: write

.github/workflows/stackhpc-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# would skip the workflow entirely, and would prevent us from making the
1414
# aio jobs required to pass (a skip counts as a pass).
1515
check-changes:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
permissions:
1818
pull-requests: read
1919
name: Check changed files
@@ -32,7 +32,7 @@ jobs:
3232
filters: .github/path-filters.yml
3333

3434
tox:
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-22.04
3636
permissions: {}
3737
strategy:
3838
matrix:

etc/kayobe/kolla/globals.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ kayobe_image_tags:
3131
centos: yoga-20240320T082414
3232
rocky: yoga-20240320T082414
3333
ubuntu: yoga-20240320T082414
34+
keystone:
35+
centos: yoga-20251031T085605
36+
rocky: yoga-20251031T085605
37+
ubuntu: yoga-20251031T133027
3438
magnum:
3539
centos: yoga-20240416T102136
3640
rocky: yoga-20240416T102136
@@ -54,6 +58,7 @@ glance_tag: "{% raw %}{{ kayobe_image_tags['glance'][kolla_base_distro] }}{% end
5458
grafana_tag: yoga-20240510T114335
5559
heat_tag: "{% raw %}{{ kayobe_image_tags['heat'][kolla_base_distro] }}{% endraw %}"
5660
horizon_tag: yoga-20240510T114335
61+
keystone_tag: "{% raw %}{{ kayobe_image_tags['keystone'][kolla_base_distro] }}{% endraw %}"
5762
magnum_tag: "{% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] }}{% endraw %}"
5863
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
5964
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
security:
3+
- |
4+
Security fixes for `bug 2119646 <https://launchpad.net/bugs/2119646>`__:
5+
Unauthenticated access to EC2/S3 token
6+
endpoints can grant Keystone authorization.

0 commit comments

Comments
 (0)