aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_orchestrator/moon_orchestrator/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'moonv4/moon_orchestrator/moon_orchestrator/server.py')
-rw-r--r--moonv4/moon_orchestrator/moon_orchestrator/server.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/moonv4/moon_orchestrator/moon_orchestrator/server.py b/moonv4/moon_orchestrator/moon_orchestrator/server.py
index c9629c61..c5a7d79b 100644
--- a/moonv4/moon_orchestrator/moon_orchestrator/server.py
+++ b/moonv4/moon_orchestrator/moon_orchestrator/server.py
@@ -123,7 +123,7 @@ def server():
network_config = create_docker_network()
- LOG.info("Creating Security Router")
+ LOG.info("Creating Router")
router = SecurityRouter(options.filename, docker=docker, network_config=network_config)
CONTAINERS[router.id] = router
@@ -131,7 +131,7 @@ def server():
manager = SecurityManager(options.filename, docker=docker, network_config=network_config)
CONTAINERS[manager.id] = manager
- LOG.info("Creating Security Interface")
+ LOG.info("Creating Interface")
interface = SecurityInterface(options.filename, docker=docker, network_config=network_config)
CONTAINERS[interface.id] = interface