Skip to content

Commit c3c6761

Browse files
committed
fix container ref, enable federation by default
1 parent 38c24a0 commit c3c6761

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site-config/globals.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ horizon_custom_themes:
6868
# Federated login config
6969
########################
7070

71-
enable_keystone_federation: false
71+
enable_keystone_federation: true
7272

7373
keystone_identity_providers:
7474
- name: "chameleon_dev"
@@ -87,7 +87,7 @@ keystone_oidc_client_secret: "public"
8787
keystone_oidc_provider_metadata_url: "{{ keystone_identity_providers[0].identifier }}/.well-known/openid-configuration"
8888

8989
# keystone must support mapping multiple projects or keycloak federation will fail
90-
keystone_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone:2023.1-ubuntu-jammy
91-
keystone_fernet_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-fernet:2023.1-ubuntu-jammy
92-
keystone_ssh_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-keystone-ssh:2023.1-ubuntu-jammy
93-
horizon_image_full: ghcr.io/chameleoncloud/kolla/ubuntu-source-horizon:2023.1-ubuntu-jammy
90+
keystone_image_full: ghcr.io/chameleoncloud/kolla/keystone:2023.1-ubuntu-jammy
91+
keystone_fernet_image_full: ghcr.io/chameleoncloud/kolla/keystone-fernet:2023.1-ubuntu-jammy
92+
keystone_ssh_image_full: ghcr.io/chameleoncloud/kolla/keystone-ssh:2023.1-ubuntu-jammy
93+
horizon_image_full: ghcr.io/chameleoncloud/kolla/horizon:2023.1-ubuntu-jammy

0 commit comments

Comments
 (0)