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

utilities/openstack: Fix handling of unit.run for CA check #1174

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fnordahl
Copy link
Contributor

@fnordahl fnordahl commented Dec 7, 2023

The async_block_until_ca_exists function makes direct use of the libjuju APIs which changed in Juju 3.x.

Use the action normalise helper from the Zaza model module to reconcile.

@fnordahl fnordahl force-pushed the juju3x branch 3 times, most recently from 87a745f to d0ee4d5 Compare December 7, 2023 16:51
@fnordahl fnordahl force-pushed the juju3x branch 4 times, most recently from 4afc0cc to 5ba8f4c Compare January 2, 2024 20:28
@fnordahl fnordahl requested a review from freyes January 23, 2024 09:31
The `async_block_until_ca_exists` function makes direct use of the
libjuju APIs which changed in Juju 3.x.

Use the action normalise helper from the Zaza model module to
reconcile.

Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com>
The vault charm will expect the ``force`` parameter to be set to
'true' on consecutive runs of the ``get-csr`` or
``regenerate-intermediate-ca`` actions.
:returns: Action object
:rtype: juju.action.Action
"""
action_params={}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zaza/openstack/charm_tests/vault/utils.py:487:18: E225 missing whitespace around operator

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.

None yet

2 participants