Skip to content

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

Open
fnordahl wants to merge 2 commits intoopenstack-charmers:masterfrom
fnordahl:juju3x
Open

utilities/openstack: Fix handling of unit.run for CA check#1174
fnordahl wants to merge 2 commits intoopenstack-charmers:masterfrom
fnordahl:juju3x

Conversation

@fnordahl
Copy link
Copy Markdown
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
fnordahl added 2 commits March 3, 2024 10:12
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
Copy Markdown
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.

2 participants