Implement etcd v3 api
supernomad opened this issue · 1 comments
supernomad commented
quantum should support both the legacy v2 and new v3 etcd api as backend datastores. Currently only the legacy v2 api is supported. This is a good first step at supporting multiple backend datastores, and should mean an easy path forward.
Reference for the new api version:
https://godoc.org/github.com/coreos/etcd/clientv3
supernomad commented
Completed in #113