Skip to content

Commit

Permalink
Project scoped auth don't have access to
Browse files Browse the repository at this point in the history
list-projects and list-domains.api-server
do list-domains during initialization.

So using project scoped auth parameters
in contrail-keystone-auth.conf

Change-Id: I68efee8d47787376457f723a6fb1bd38ca93695a
Closes-Bug: 1724691
  • Loading branch information
cijohnson committed Oct 24, 2017
1 parent 3ce2901 commit 9f245d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrail_provisioning/common/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def fixup_keystone_auth_config_file(self, configure_memcache):
if self._args.keystone_version in ['v3']:
confs = {'auth_type':'password',
'user_domain_name': 'Default',
'project_domain_name': 'Default'
'domain_id': 'default'
}
auth_conf = '/etc/contrail/contrail-keystone-auth.conf'
for key, val in confs.items():
Expand Down

0 comments on commit 9f245d6

Please sign in to comment.