Feature 10239: Distributed VCA
[osm/N2VC.git] / n2vc / utils.py
index 6e0f2c0..f0146a0 100644 (file)
@@ -114,14 +114,6 @@ JujuStatusToOSM = {
     },
 }
 
-DB_DATA = Dict(
-    {
-        "api_endpoints": Dict(
-            {"table": "admin", "filter": {"_id": "juju"}, "key": "api_endpoints"}
-        )
-    }
-)
-
 
 def obj_to_yaml(obj: object) -> str:
     """