set enable_security_group

When an user doesn't set the 'Use the VMware DVS firewall driver'
checkbox, the parameter enable_security_group should be false.

Closes-bug: #1597240
Change-Id: I33cb22713e98bf6a8515403c9d0e5a7a6d9990af
This commit is contained in:
Igor Gajsin 2016-06-29 17:04:01 +03:00
parent 2a09b8afa8
commit f0f226e8a6
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
host=<%= @host %>
[securitygroup]
enable_security_group = True
enable_security_group = <%= @use_fw_driver %>
firewall_driver=<%= @fw_driver %>
[ml2_vmware]

View File

@ -3,7 +3,7 @@ name: fuel-plugin-vmware-dvs
# Human-readable name for your plugin
title: Neutron VMware DVS ML2 plugin
# Plugin version
version: '3.0.2'
version: '3.0.3'
# Description
description: Enable to use plugin vmware_dvs for Neutron
# Required fuel version