This commit is contained in:
ahmadbilalkhalid 2019-09-05 15:16:26 +05:00
commit e09e5fd298
3 changed files with 28 additions and 29 deletions

View file

@ -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)