Fixing config description and dropping icehouse template changes

This commit is contained in:
David Della Vecchia 2015-11-09 14:06:56 +00:00
parent 39f99a64b8
commit a33325d563
2 changed files with 1 additions and 5 deletions

View File

@ -456,4 +456,4 @@ options:
enable-ml2-port-security:
type: boolean
default: False
description: If True enables port security extension for ML2 plugin.
description: Enable port security extension for ML2 plugin (>= kilo).

View File

@ -4,10 +4,6 @@
# Configuration file maintained by Juju. Local changes may be overwritten.
###############################################################################
[ml2]
{% if enable_ml2_port_security -%}
extension_drivers=port_security
{% endif -%}
{% if neutron_plugin == 'Calico' -%}
type_drivers = local,flat
mechanism_drivers = calico