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
using ops-scenario v6.0.4 with ops < 2.12 causes E AttributeError: module 'ops' has no attribute 'CloudCredential'
E AttributeError: module 'ops' has no attribute 'CloudCredential'
from
ops-scenario/scenario/state.py
Line 160 in da30b05
ops.CloudCredential only exists in ops 2.12+ (canonical/operator@8097cca)
but pyproject.toml only requires >=2.10
ops-scenario/pyproject.toml
Line 21 in 77ce447
The text was updated successfully, but these errors were encountered:
Fixed in #128, as an accidental drive-by.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
using ops-scenario v6.0.4 with ops < 2.12 causes
E AttributeError: module 'ops' has no attribute 'CloudCredential'
from
ops-scenario/scenario/state.py
Line 160 in da30b05
ops.CloudCredential only exists in ops 2.12+ (canonical/operator@8097cca)
but pyproject.toml only requires >=2.10
ops-scenario/pyproject.toml
Line 21 in 77ce447
The text was updated successfully, but these errors were encountered: