From dc504622e7dca95000f212dcc88ea9bb6b022a28 Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Tue, 4 Feb 2020 05:45:15 -0800 Subject: [PATCH] remove bootstrap.json --- tools/run_tests/xds/bootstrap.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tools/run_tests/xds/bootstrap.json diff --git a/tools/run_tests/xds/bootstrap.json b/tools/run_tests/xds/bootstrap.json deleted file mode 100644 index f1e691a58d1..00000000000 --- a/tools/run_tests/xds/bootstrap.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "node": { - "id": "doesnt matter", - "locality": { - "zone": "us-central1-a", - "region": "region", - "sub_zone": "sub_zone" - }, - "metadata": { - "TRAFFICDIRECTOR_GRPC_HOSTNAME": "", - "TRAFFICDIRECTOR_NETWORK_NAME": "" - } - }, - "xds_servers": [{ - "server_uri": "trafficdirector.googleapis.com:443", - "channel_creds": [ - { - "type": "google_default", - "config": {} - } - ] - }] -} \ No newline at end of file