]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove trailing comma
authorZhiQiang Fan <aji.zqfan@gmail.com>
Tue, 27 Aug 2013 00:17:55 +0000 (08:17 +0800)
committerZhiQiang Fan <aji.zqfan@gmail.com>
Tue, 27 Aug 2013 00:27:04 +0000 (08:27 +0800)
Closes-Bug: #1217135

There are trailing commas in default value of some options, uncomment
them will cause CRITICAL error for neutron-server. These sample config
may mislead operators, so this patch fix them to the correct format.

Change-Id: Ie0b7626aade653b761257eb2bf397cb3cc5a961e

etc/neutron.conf

index 9f66b8cbde452922315e68de4376218dc0403938..d09e4254237198944fd809f368fe6238e46d3c18 100644 (file)
@@ -92,7 +92,7 @@ lock_path = $state_path/lock
 # The messaging module to use, defaults to kombu.
 # rpc_backend = neutron.openstack.common.rpc.impl_kombu
 # Size of RPC thread pool
-# rpc_thread_pool_size = 64,
+# rpc_thread_pool_size = 64
 # Size of RPC connection pool
 # rpc_conn_pool_size = 30
 # Seconds to wait for a response from call or multicall
@@ -347,13 +347,13 @@ signing_dir = $state_path/keystone-signing
 # idle_timeout = 3600
 
 # If set, use this value for max_overflow with sqlalchemy
-# max_overflow = 20,
+# max_overflow = 20
 
 # Verbosity of SQL debugging information. 0=None, 100=Everything
 # connection_debug = 0
 
 # Add python stack traces to SQL as comment strings
-# connection_trace = False,
+# connection_trace = False
 
 # If set, use this value for pool_timeout with sqlalchemy
 # pool_timeout = 10