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

« back to all changes in this revision

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

  • Committer: Robert Ayres
  • Date: 2016-05-19 03:39:46 UTC
  • Revision ID: robert.ayres@canonical.com-20160519033946-m9w1ah91dtu7trrb
Support lbaasv2 plugin, fixes lp #1557835

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###############################################################################
 
2
# [ WARNING ]
 
3
# Configuration file maintained by Juju. Local changes may be overwritten.
 
4
###############################################################################
 
5
 
 
6
[DEFAULT]
 
7
auth_url = http://{{ auth_host }}:{{ auth_port }}/v2.0
 
8
auth_version = 2
 
9
admin_user = {{ admin_user }}
 
10
admin_password = {{ admin_password }}
 
11
admin_tenant_name = {{ admin_tenant_name }}
 
12
region = {{ auth_region }}
 
13