From b8f18c1a89f0cb9c858a598c92b4e0dbce505b25 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 18 Oct 2023 12:39:30 +0900 Subject: [PATCH] Remove unused cluster_config.json Change-Id: Iff6657127f9efd381e47c8046741aa90a83a6dd9 --- cluster_config.json-sample | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 cluster_config.json-sample diff --git a/cluster_config.json-sample b/cluster_config.json-sample deleted file mode 100644 index 15af21b9..00000000 --- a/cluster_config.json-sample +++ /dev/null @@ -1,11 +0,0 @@ -{ - "proxy_protocol": "HTTP", - "auth_protocol": "HTTP", - "auth_ip": "127.0.0.1", - "proxy_port": "80", - "auth_port": "5000", - "region": "", - "account": "service", - "user_name": "swift", - "password": "passw0rd" -}