~james-page/charms/trusty/neutron-api/ml2-local-types

« back to all changes in this revision

Viewing changes to templates/icehouse/plumgrid.ini

  • Committer: james.page at ubuntu
  • Date: 2015-09-02 15:00:01 UTC
  • mfrom: (134.1.3 neutron-api)
  • Revision ID: james.page@ubuntu.com-20150902150001-078q9ha720h8n29h
[bbaqar,r=james-page] Add support for PLUMgrid SDN

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# icehouse
 
2
###############################################################################
 
3
# [ WARNING ]
 
4
# Configuration file maintained by Juju. Local changes may be overwritten.
 
5
###############################################################################
 
6
[plumgriddirector]
 
7
# This line should be pointing to the PLUMgrid Director,
 
8
# for the PLUMgrid platform.
 
9
director_server={{ virtual_ip }}
 
10
director_server_port=443
 
11
# Authentification parameters for the Director.
 
12
# These are the admin credentials to manage and control
 
13
# the PLUMgrid Director server.
 
14
username={{ pg_username }}
 
15
password={{ pg_password }}
 
16
servertimeout=70
 
17
 
 
18
{% if database_host -%}
 
19
connection = {{ database_type }}://{{ database_user }}:{{ database_password }}@{{ database_host }}/{{ database }}{% if database_ssl_ca %}?ssl_ca={{ database_ssl_ca }}{% if database_ssl_cert %}&ssl_cert={{ database_ssl_cert }}&ssl_key={{ database_ssl_key }}{% endif %}{% endif %}
 
20
{% endif -%}