~james-page/charms/trusty/openstack-dashboard/kilo-fixup

« back to all changes in this revision

Viewing changes to templates/juno/local_settings.py

  • Committer: james.page at ubuntu
  • Date: 2014-10-06 14:47:17 UTC
  • mfrom: (25.2.14 openstack-dashboard)
  • Revision ID: james.page@ubuntu.com-20141006144717-kbqvo3l2fnu9skqd
[shiva,r=james-page] Add profile configuration setting to support cisco.

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
    # The profile_support option is used to detect if an external router can be
193
193
    # configured via the dashboard. When using specific plugins the
194
194
    # profile_support can be turned on if needed.
 
195
    #'profile_support': None,
 
196
    #'profile_support': 'cisco', # Example of value set to support Cisco
 
197
    {% if support_profile -%}
 
198
    'profile_support': '{{ support_profile }}',
 
199
    {% else -%}
195
200
    'profile_support': None,
196
 
    #'profile_support': 'cisco',
 
201
    {% endif -%}
197
202
    # Set which provider network types are supported. Only the network types
198
203
    # in this list will be available to choose from when creating a network.
199
204
    # Network types include local, flat, vlan, gre, and vxlan.