Skip to content

Commit

Permalink
remove is_tls
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jul 24, 2024
1 parent dacbb2e commit 10f1cb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion prism-image-search/prism/avs_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
seeds = types.HostPort(
host=Config.AVS_HOST,
port=Config.AVS_PORT,
is_tls=Config.AVS_VERIFY_TLS,
)

avs_client = Client(
Expand Down
2 changes: 0 additions & 2 deletions quote-semantic-search/quote-search/avs_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
seeds=types.HostPort(
host=Config.AVS_HOST,
port=Config.AVS_PORT,
is_tls=Config.AVS_VERIFY_TLS,
),
listener_name=Config.AVS_ADVERTISED_LISTENER,
is_loadbalancer=Config.AVS_IS_LOADBALANCER,
Expand All @@ -17,7 +16,6 @@
seeds=types.HostPort(
host=Config.AVS_HOST,
port=Config.AVS_PORT,
is_tls=Config.AVS_VERIFY_TLS,
),
listener_name=Config.AVS_ADVERTISED_LISTENER,
is_loadbalancer=Config.AVS_IS_LOADBALANCER,
Expand Down

0 comments on commit 10f1cb9

Please sign in to comment.