a
This commit is contained in:
parent
dc5505ad2e
commit
cb34f1f2d5
1 changed files with 1 additions and 4 deletions
|
@ -15,10 +15,7 @@ logging.basicConfig(
|
||||||
datefmt="%d-%b-%y %H:%M:%S",
|
datefmt="%d-%b-%y %H:%M:%S",
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO: Remove timeout, use certificate authentication
|
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"))
|
||||||
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"), user="root",
|
|
||||||
password=config("ETCD_PASSWORD"),
|
|
||||||
timeout=2629746)
|
|
||||||
|
|
||||||
host_pool = HostPool(etcd_client, "/v1/host")
|
host_pool = HostPool(etcd_client, "/v1/host")
|
||||||
vm_pool = VmPool(etcd_client, "/v1/vm")
|
vm_pool = VmPool(etcd_client, "/v1/vm")
|
||||||
|
|
Loading…
Add table
Reference in a new issue