~james-page/charms/trusty/quantum-gateway/nsx-update

« back to all changes in this revision

Viewing changes to templates/l3_agent.ini

  • Committer: Adam Gandelman
  • Date: 2013-06-03 17:35:03 UTC
  • mfrom: (25.1.32 quantum-gateway)
  • Revision ID: adamg@canonical.com-20130603173503-qg646m67re20r3yn
Support for Grizzly. Support for HA.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[DEFAULT]
2
2
interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
3
3
auth_url = http://{{ keystone_host }}:{{ service_port }}/v2.0
4
 
auth_region = RegionOne
 
4
auth_region = {{ region }}
5
5
admin_tenant_name = {{ service_tenant }}
6
6
admin_user = {{ service_username }}
7
7
admin_password = {{ service_password }}