Merge into master

This commit is contained in:
Ahmed Bilal 2019-09-03 18:01:40 +02:00
commit 4a3c81852a
12 changed files with 18 additions and 364 deletions

View file

@ -1,8 +1,7 @@
import json
from uuid import uuid4
from etcd3_wrapper import Etcd3Wrapper
from config import etcd_client as client
client = Etcd3Wrapper()
data = {
"is_public": True,
@ -20,4 +19,3 @@ client.put(
f"/v1/image_store/{uuid4().hex}",
json.dumps(data),
)