Fix wrong section name "security_group" in sample config files
The section name [security_group] in Sample config files of ML2 and Big Switch plugins was wrong and it should be [securitygroup]. Change-Id: I8204b2f37f96a5e46038e117853ac8637a9705fd Closes-Bug: #1304105
This commit is contained in:
@@ -103,7 +103,7 @@ servers=localhost:8080
|
|||||||
# Default: ovs
|
# Default: ovs
|
||||||
# virtual_switch_type = ovs
|
# virtual_switch_type = ovs
|
||||||
|
|
||||||
[security_group]
|
[securitygroup]
|
||||||
# Controls if neutron security group is enabled or not.
|
# Controls if neutron security group is enabled or not.
|
||||||
# It should be false when you use nova security group.
|
# It should be false when you use nova security group.
|
||||||
# enable_security_group = True
|
# enable_security_group = True
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
# vxlan_group =
|
# vxlan_group =
|
||||||
# Example: vxlan_group = 239.1.1.1
|
# Example: vxlan_group = 239.1.1.1
|
||||||
|
|
||||||
[security_group]
|
[securitygroup]
|
||||||
# Controls if neutron security group is enabled or not.
|
# Controls if neutron security group is enabled or not.
|
||||||
# It should be false when you use nova security group.
|
# It should be false when you use nova security group.
|
||||||
# enable_security_group = True
|
# enable_security_group = True
|
||||||
|
|||||||
Reference in New Issue
Block a user