Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent kerberos setup conflicts #1095

Merged

Conversation

coreycb
Copy link

@coreycb coreycb commented Aug 14, 2023

This patch ensures kerberos setup does not create duplicate domains, projects, or users. Duplicate domains were seen to be caused when the tenacity decorator ran the function multiple times.

Fixes #1094

This patch ensures kerberos setup does not create duplicate
domains, projects, or users. Duplicate domains were seen to
be caused when the tenacity decorator ran the function multiple
times.

Fixes openstack-charmers#1094
@ajkavanagh ajkavanagh merged commit 83b0c05 into openstack-charmers:master Aug 15, 2023
3 checks passed
openstack-mirroring pushed a commit to openstack/charm-keystone-kerberos that referenced this pull request Aug 16, 2023
* sync charm-helpers to classic charms
* change openstack-origin/source default to bobcat
* add mantic to metadata series
* align testing with bobcat
* add new bobcat bundles
* add bobcat bundles to tests.yaml
* add bobcat tests to osci.yaml
* update build-on and run-on bases
* drop kinetic
* update charmcraft_channel to 2.x/stable

Func-Test-Pr: openstack-charmers/zaza-openstack-tests#1095
Change-Id: I0a654532bf92abb58d1265bca24c000f3e9059d2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

openstack_setup_kerberos() tenacity retries result in multiple domains (etc) with same name
2 participants