You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/08/04 23:16:14 UTC

[incubator-sdap-ingester] branch rabbitmq-fix updated: undo

This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a commit to branch rabbitmq-fix
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git


The following commit(s) were added to refs/heads/rabbitmq-fix by this push:
     new c36ffaf  undo
c36ffaf is described below

commit c36ffaf14d6d067ea74999e287468bb64e166104
Author: Eamon Ford <ea...@gmail.com>
AuthorDate: Tue Aug 4 16:15:35 2020 -0700

    undo
---
 granule_ingester/granule_ingester/main.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/granule_ingester/granule_ingester/main.py b/granule_ingester/granule_ingester/main.py
index fd5a6b9..ba00cb4 100644
--- a/granule_ingester/granule_ingester/main.py
+++ b/granule_ingester/granule_ingester/main.py
@@ -109,8 +109,6 @@ async def main(loop):
     cassandra_password = args.cassandra_password
     cassandra_contact_points = args.cassandra_contact_points
     cassandra_port = args.cassandra_port
-    cassandra_username = args.cassandra_username
-    cassandra_password = args.cassandra_password
     solr_host_and_port = args.solr_host_and_port
     zk_host_and_port = args.zk_host_and_port