Bug 1941541
Summary: | ldap setup fails to login with connection error when use dns is specified | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine-extension-aaa-ldap | Reporter: | Petr Matyáš <pmatyas> |
Component: | Setup | Assignee: | Martin Perina <mperina> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Matyáš <pmatyas> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 1.4.2 | CC: | bugs, mburman, michal.skrivanek, mperina, msheena |
Target Milestone: | ovirt-4.4.6-1 | Keywords: | Automation, AutomationBlocker, Regression |
Target Release: | 1.4.3 | Flags: | pm-rhel:
ovirt-4.4+
pm-rhel: blocker? pmatyas: testing_ack+ |
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ovirt-engine-extension-aaa-ldap-1.4.3 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-05-14 07:30:22 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Petr Matyáš
2021-03-22 10:42:58 UTC
This bug report has Keywords: Regression or TestBlocker. Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP. Verified on ovirt-engine-extension-aaa-ldap-1.4.3-1.el8ev.noarch This issue reproduces for us with ================================= ovirt-engine-4.4.6.8-0.1.el8ev.noarch ovirt-engine-extension-aaa-ldap-1.4.3-1.el8ev.noarch The scenario ============ 1. Create a provider POST ../ovirt-engine/api/openstacknetworkproviders <openstack_network_provider> <name>ovirt-provider-ovn-auth-test</name> <authentication_url>ENGINE_FQDN:35357/v2.0</authentication_url> <password>PASSWORD</password> <requires_authentication>true</requires_authentication> <url>ENGINE_FQDN:9696</url> <username>admin@internal</username> <external_plugin_type>OVIRT_PROVIDER_OVN</external_plugin_type> <read_only>false</read_only> <type>external</type> <unmanaged>false</unmanaged> </openstack_network_provider> 2. systemctl restart ovirt-provider-ovn.service 3. PUT /ovirt-engine/api/openstacknetworkproviders/UUID <openstack_network_provider> <password>PASSWORD</password> <username>UNAME@SERVER@USER</username> </openstack_network_provider> 4. POST /ovirt-engine/api/openstacknetworkproviders/UUID/testconnectivity <action> <async>false</async> <grace_period> <expiry>10</expiry> </grace_period> </action> | | ---> 2021-05-18 15:59:48,729 - MainThread - api_utils - ERROR - Failed to syncAction element NOT as expected: Status: 400 Reason: Bad Request Detail: [Failed to communicate with the external provider, see log for additional details.] |