-
Notifications
You must be signed in to change notification settings - Fork 47
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
The behavior of model.run_on_unit has been changed to run only actions #649
Comments
It seems that this is the line where running command instead of action hangs. |
@rgildein it's probably that actions on Juju 3.x wait by default, whereas on Juju 2.x they didn't. Maybe this has been propagated to libjuju aswell? (i.e. Juju 3.x |
This should be fixed with the above PR being merged. Please re-open if not. |
I can confirm that it's working now. @ajkavanagh the libjuju 2.9 is by default waiting if you are using |
Reverts #257 Since the issue [#649](openstack-charmers/zaza#649) was fixed.
The
async_run_on_unit
function was changed (by commit) to wait for actions and like this is no longer possible to run command with it.I'm not sure if there's any way to fix this, but I'd at least suggest renaming the command parameter to action.
The text was updated successfully, but these errors were encountered: