~joeborg/charms/trusty/contrail-configuration/rbac-switch

« back to all changes in this revision

Viewing changes to templates/contrail-lbaas-auth.conf

  • Committer: Ante Karamatic
  • Date: 2017-01-31 12:51:09 UTC
  • mto: This revision was merged to the branch mainline in revision 65.
  • Revision ID: ante.karamatic@canonical.com-20170131125109-qwjbg96c10i2iixk
SSL support for contrail-configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
###############################################################################
5
5
 
6
6
[BARBICAN]
7
 
auth_url = http://{{ auth_host }}:{{ auth_port }}/v2.0
 
7
auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}/v2.0
8
8
auth_version = 2
9
9
admin_user = {{ admin_user }}
10
10
admin_password = {{ admin_password }}