Skip to content

Commit

Permalink
Configure Default value of Keystone signing_dir as /var/lib/contrail/…
Browse files Browse the repository at this point in the history
…keystone-signing

Closes-Bug: 1722787

Change-Id: Iaa9e2573d139632aaa6394eeb01deb8a2e8f4059
  • Loading branch information
npchandran committed Oct 29, 2017
1 parent b852313 commit e86619d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config/api-server/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def parse_args(args_str):
defaults.update(SandeshConfig.get_default_options(['DEFAULTS']))
# keystone options
ksopts = {
'signing_dir': '/var/lib/contrail/keystone-signing',
'auth_host': '127.0.0.1',
'auth_port': '35357',
'auth_protocol': 'http',
Expand Down
1 change: 1 addition & 0 deletions src/config/api-server/vnc_auth_keystone.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def __init__(self, server_mgr, args):
'max_requests': args.max_requests,
'region_name': args.region_name,
'insecure': args.insecure,
'signing_dir': args.signing_dir,
}
if args.auth_url:
auth_url = args.auth_url
Expand Down

0 comments on commit e86619d

Please sign in to comment.