add support for (user-) domain_id/name

Change-Id: I51f770274cbbf6af24c9515af3b87f4af00bcd70
Closes-Bug: 1488562
This commit is contained in:
Joachim Barheine 2015-07-06 16:30:09 +00:00
parent 22c704560c
commit 22f606face
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ Api:
# Keystone API URL: URL for the Keystone server to use
# Example: https://region-a.geo-1.identity.hpcloudsvc.com:35357/v3/
keystone_url: {args.keystone_url}
# Domain id to be used to resolve username
user_domain_id: {args.user_domain_id}
# Domain name to be used to resolve username
user_domain_name: {args.user_domain_name}
# Project name to be used by this agent
project_name: {args.project_name}
# Project domain id to be used by this agent