We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently two functions in zaza.utilities.juju are documenting a return type of list however they are returning generators:
zaza.utilities.juju
list
get_machine_uuids_for_application()
zaza/zaza/utilities/juju.py
Lines 285 to 299 in cf46134
get_machines_for_application()
Lines 123 to 146 in cf46134
The text was updated successfully, but these errors were encountered:
Merge pull request openstack-charmers#558 from freyes/bug/1922195
6896da2
Add support for testing CephFS and ceph-proxy.
No branches or pull requests
Currently two functions in
zaza.utilities.juju
are documenting a return type oflist
however they are returning generators:get_machine_uuids_for_application()
zaza/zaza/utilities/juju.py
Lines 285 to 299 in cf46134
get_machines_for_application()
zaza/zaza/utilities/juju.py
Lines 123 to 146 in cf46134
The text was updated successfully, but these errors were encountered: