supernomad / quantum

A lightweight, encrypted, WAN oriented, software defined network device.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement etcd v3 api

supernomad opened this issue · comments

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

Completed in #113