Skip to content

Commit

Permalink
Merge pull request #1235 from jadonn/master
Browse files Browse the repository at this point in the history
  • Loading branch information
wolsen authored Jul 2, 2024
2 parents 6f9c9f7 + 3a6a3f8 commit 312e320
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 312e320

Please sign in to comment.