Fixing config description and dropping icehouse template changes
This commit is contained in:
parent
39f99a64b8
commit
a33325d563
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user