Spell flags correctly (i.e. not in upper case)

This commit is contained in:
Soren Hansen
2011-02-16 20:34:17 +01:00
parent acb5e01e2f
commit fdfc2ee12c

View File

@@ -43,7 +43,7 @@ from nova import utils
FLAGS = flags.FLAGS
LOG = logging.getLogger('nova.rpc')
FLAGS.DEFINE_integer('rpc_thread_pool_size', 1024, 'Size of RPC thread pool')
flags.DEFINE_integer('rpc_thread_pool_size', 1024, 'Size of RPC thread pool')
class Connection(carrot_connection.BrokerConnection):