Fix a quoting typo

These should be two separate arguments, not a single string with a
comma.

Change-Id: Ic843b9a1181c222354053fa661a507b1d1f585ae
This commit is contained in:
K Jonathan Harker 2015-09-24 17:58:43 -07:00
parent e15b30e25f
commit 59e16e0baf

View File

@ -318,7 +318,7 @@ def _main(args, config):
not args.nocomment,
config.get('data_source', 'es_url',
'http://logstash.openstack.org/elasticsearch'),
config.get('data_source, db_uri',
config.get('data_source', 'db_uri',
'mysql+pymysql://query:query@logstash.openstack.org/'
'subunit2sql'),
)