~sdn-charmers/charms/trusty/contrail-configuration/trunk

« back to all changes in this revision

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

  • Committer: Robert Ayres
  • Date: 2017-03-10 12:49:07 UTC
  • mfrom: (63.1.1 contrail-configuration)
  • Revision ID: robert.ayres@canonical.com-20170310124907-w325mry8jegcg418
Merge Ante Karamatic's changes (with modifications)

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 }}