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 #428

Open
wants to merge 2 commits into
base: 0.4.2.0
Choose a base branch
from

Conversation

digvijay2040
Copy link

@digvijay2040 digvijay2040 commented Aug 22, 2022

  • Added support for Keystone V3
  • it supports different project_domain id and user_domain id.

@digvijay2040
Copy link
Author

digvijay2040 commented Aug 22, 2022

update below params in your workload file:

  • project_domain -> project domain id
  • user_domain -> user domain id
  • auth_url -> auth url

ex:
<auth type="keystone" config="username={{USERNAME}};password={{PASSWORD}};project_domain={{PROJECT_DOMAIN_ID}};user_domain={{USER_DOMAIN_ID}};tenant_name={{TENANT_NAME}};auth_url={{AUTH_URL}};service=swift;retry=5"/>

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

Successfully merging this pull request may close these issues.

2 participants