Skip to content
New issue

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

Keystone v3 support for OpenStack Credential #6831

Closed
lewisface opened this issue Apr 24, 2020 · 1 comment
Closed

Keystone v3 support for OpenStack Credential #6831

lewisface opened this issue Apr 24, 2020 · 1 comment

Comments

@lewisface
Copy link

ISSUE TYPE
  • Enhancement
SUMMARY

Keystone v3 requires project_domain_name to authenticate, but AWX openstack credential doesn't provide / request those in the credential templating.

Currently when the cloud.yml file is generated it is populated with:

clouds:
  devstack:
    auth:
      auth_url: 
      domain_name: 
      password:
      project_name:
      username:

Instead for v3 this should include "project_domain_name"

clouds:
  devstack:
    auth:
      auth_url: 
      domain_name:
      password:
      project_domain_name: 
      project_name:
      username: 
@kdelee
Copy link
Member

kdelee commented Jul 7, 2020

Verified that the new field is usable from the UI, and with the unit test added I think we have good coverage for this new option. Going to close as verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants