a
This commit is contained in:
parent
e70270041a
commit
e09e5fd298
3 changed files with 28 additions and 29 deletions
|
|
@ -19,6 +19,7 @@ host_prefix = config("HOST_PREFIX")
|
|||
request_prefix = config("REQUEST_PREFIX")
|
||||
|
||||
etcd_client = Etcd3Wrapper(host=config("ETCD_URL"))
|
||||
|
||||
vm_pool = VmPool(etcd_client, vm_prefix)
|
||||
host_pool = HostPool(etcd_client, host_prefix)
|
||||
request_pool = RequestPool(etcd_client, request_prefix)
|
||||
Loading…
Add table
Add a link
Reference in a new issue