openstack-charmers / zaza-openstack-tests

OpenStack Charms Functional Test Library for Zaza
Apache License 2.0
7 stars 77 forks source link

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

Open fnordahl opened 10 months ago

fnordahl commented 10 months ago

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.