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

Commits on Mar 3, 2024

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

    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 <[email protected]>
    fnordahl committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    52e0852 View commit details
    Browse the repository at this point in the history
  2. vault: Allow consecutive invocations of auto_initialize

    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.
    fnordahl committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ff0c2e6 View commit details
    Browse the repository at this point in the history