This commit is contained in:
ahmadbilalkhalid 2019-08-31 16:30:55 +05:00
parent dc5505ad2e
commit cb34f1f2d5
1 changed files with 1 additions and 4 deletions

View File

@ -15,10 +15,7 @@ logging.basicConfig(
datefmt="%d-%b-%y %H:%M:%S",
)
# TODO: Remove timeout, use certificate authentication
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"), user="root",
password=config("ETCD_PASSWORD"),
timeout=2629746)
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"))
host_pool = HostPool(etcd_client, "/v1/host")
vm_pool = VmPool(etcd_client, "/v1/vm")