]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix wrong section name "security_group" in sample config files
authorAkihiro Motoki <motoki@da.jp.nec.com>
Tue, 8 Apr 2014 01:31:06 +0000 (10:31 +0900)
committerAkihiro Motoki <motoki@da.jp.nec.com>
Tue, 8 Apr 2014 01:34:02 +0000 (10:34 +0900)
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

etc/neutron/plugins/bigswitch/restproxy.ini
etc/neutron/plugins/ml2/ml2_conf.ini

index 755b7638e64544eaf2f0d16dae6fe59c3e448abc..3a8283f8166b9ee439c61b4148a1fbf5a9912df7 100644 (file)
@@ -103,7 +103,7 @@ servers=localhost:8080
 # Default: ovs
 # virtual_switch_type = ovs
 
-[security_group]
+[securitygroup]
 # Controls if neutron security group is enabled or not.
 # It should be false when you use nova security group.
 # enable_security_group = True
index 3724c7263e4cac4528ac63b4f46039a3106d249f..a46bb8eaf632e07e7dd9138efa1c027ac58dbd86 100644 (file)
@@ -56,7 +56,7 @@
 # vxlan_group =
 # Example: vxlan_group = 239.1.1.1
 
-[security_group]
+[securitygroup]
 # Controls if neutron security group is enabled or not.
 # It should be false when you use nova security group.
 # enable_security_group = True