From 5931353eb42a3786617f58233e67cf4feb7687b9 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 4 Nov 2021 10:20:12 +0000
Subject: [PATCH] L2SS-470: Fix startup of docker and observation_control
 devices

---
 CDB/LOFAR_ConfigDb.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CDB/LOFAR_ConfigDb.json b/CDB/LOFAR_ConfigDb.json
index cee2cb24c..6886437ce 100644
--- a/CDB/LOFAR_ConfigDb.json
+++ b/CDB/LOFAR_ConfigDb.json
@@ -1,6 +1,6 @@
 {
     "servers": {
-        "docker_device": {
+        "Docker": {
             "STAT": {
                 "Docker": {
                     "STAT/Docker/1": {}
@@ -14,7 +14,7 @@
                 }
             }
         },
-        "observation_control": {
+        "ObservationControl": {
             "STAT": {
                 "ObservationControl": {
                     "STAT/ObservationControl/1": {}
-- 
GitLab