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
I started getting these errors in current builds of RHV 4.4:
SEVERE: Extension 'ipa.redhat.com-http-authn.properties' load failed (ignored): Error loading extension 'ipa.redhat.com-http-authn': The module 'org.ovirt.engine-extensions.aaa.misc' cannot be loaded: org.ovirt.engine-extensions.aaa.misc
The problem is that the identifiers were unified to org.ovirt.engine.extension.SOMETHING
org.ovirt.engine.extension.SOMETHING
I may submit a patch later (probably just checking for ovirt ≥ 4.4 and deciding to decide .properties files contents)
.properties
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I started getting these errors in current builds of RHV 4.4:
The problem is that the identifiers were unified to
org.ovirt.engine.extension.SOMETHING
I may submit a patch later (probably just checking for ovirt ≥ 4.4 and deciding to decide
.properties
files contents)The text was updated successfully, but these errors were encountered: