~openstack-charmers/charms/trusty/nova-cloud-controller/snabbswitch

« back to all changes in this revision

Viewing changes to templates/icehouse/ml2_conf_snabb.ini

  • Committer: Edward Hope-Morley
  • Date: 2015-05-15 12:18:19 UTC
  • Revision ID: edward.hope-morley@canonical.com-20150515121819-tkijly2ja10igjeb
remove snabb conf

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
 
# Config managed by neutron-openvswitch charm
6
 
###############################################################################
7
 
[ml2]
8
 
type_drivers = {{ type_drivers }}
9
 
mechanism_drivers = {{ mechanism_drivers }}
10
 
 
11
 
[ml2_snabb]
12
 
zone_definition_file = {{ zone_definition_file }}
13
 
 
14
 
[securitygroup]
15
 
{% if neutron_security_groups == 'True' -%}
16
 
enable_security_group = True
17
 
{% else -%}
18
 
enable_security_group = False
19
 
{% endif -%}