Skip to content

Commit

Permalink
Updated the config yaml file
Browse files Browse the repository at this point in the history
Updated the config yaml file with "project_domain_id" option
  • Loading branch information
aarvee11 authored and niedbalski committed May 21, 2021
1 parent 187001d commit 2ff3efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ clouds:
password: {{ keystone_admin_password }}
project_name: {{ keystone_admin_project }}
project_domain_name: 'Default'
project_domain_id: 'Default' // This can replace "project_domain_name"
user_domain_name: 'Default'
auth_url: {{ admin_protocol }}:https://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}/v3
cacert: |
Expand Down

0 comments on commit 2ff3efc

Please sign in to comment.