Skip to content

Commit 2ae3427

Browse files
authored
fix(keystone): update the keystone image to fix project id hashing (rackerlabs#790)
There was an issue with the project id hash which had unforseen breakage with services like octavia. While the hash length is allowed by the keystone driver, a hard coded value in the octavia service limits project IDs to only 32 characters. This change pulls in a new image that will resolve this hashing issue so that new projects don't encounter this issue. Signed-off-by: Kevin Carter <[email protected]>
1 parent 04c73e1 commit 2ae3427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.original-images.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy-1723129048",
1515
"ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy-1737928811",
1616
"ghcr.io/rackerlabs/genestack/octavia-ovn:2024.1-ubuntu_jammy-1737651745",
17-
"ghcr.io/rackerlabs/keystone-rxt:2024.1-ubuntu_jammy-1738429591",
17+
"ghcr.io/rackerlabs/keystone-rxt:2024.1-ubuntu_jammy-1739377879",
1818
"ghcr.io/rackerlabs/skyline-rxt:master-ubuntu_jammy-1738594297"
1919
]

0 commit comments

Comments
 (0)