kubev2v / forklift-console-plugin

OpenShift Console Plugin For Forklift, the plugin adds a web based user interface for Migration Toolkit for Virtualization inside Openshift web console.
Apache License 2.0
5 stars 20 forks source link

Use domainName instead of userDomainName when Token with User Name authentication type is selected #591

Closed qiyuann closed 1 year ago

qiyuann commented 1 year ago

When creating an OpenStack provider with Token with User Name authentication type, the domainName/domainId is needed in the secret, while the userDomainName is not a must. Currently, there is no Domain Name filed on creating provider page, the provider will be in connectonfailed status. Need to change the User Domain Name field to Domain Name

yaacov commented 1 year ago

@qiyuann @mmartinv hi,

the Jira ticket say to use userDomainName: https://issues.redhat.com/browse/MTV-542?focusedId=22280243&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-22280243

do you have a newer version of the fields to use ?

yaacov commented 1 year ago

merged: https://github.com/kubev2v/forklift-console-plugin/pull/596

@qiyuann please close after verification

qiyuann commented 1 year ago

User Domain Name is changed to Domain Name on Create Provider page, userDomainName is changed to domainName in the provider secret, the provider could reach to Ready status.