Skip to content

Commit

Permalink
Added required config option idp_id to Keystone OpenIDC charm
Browse files Browse the repository at this point in the history
This change makes z-o-t pass in the value of idp_id when configuring the Keystone OpenIDC charm during testing.
  • Loading branch information
jadonn committed Jun 25, 2024
1 parent 6f9c9f7 commit 3a6a3f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zaza/openstack/charm_tests/openidc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ def configure_keystone_openidc():
cfg = {'oidc-client-id': DEFAULT_CLIENT_ID,
'oidc-client-secret': DEFAULT_CLIENT_SECRET,
'oidc-provider-metadata-url': url.format(ip=ip,
realm=DEFAULT_REALM)}
realm=DEFAULT_REALM),
'idp_id': IDP}
zaza.model.set_application_config(APP_NAME, cfg)
zaza.model.wait_for_agent_status()
test_config = lifecycle_utils.get_charm_config(fatal=False)
Expand Down

0 comments on commit 3a6a3f8

Please sign in to comment.