From 9e25cdc18d6a5013db876641ef0a151f34ff62c5 Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Mon, 8 Jan 2018 16:20:29 +0100 Subject: Implement the delete_pod function in Manager and Orchestrator Change-Id: I55da3610fa791ec9b3343cca49c5ca034cc7579f --- moon_orchestrator/tests/unit_python/utilities.py | 28 +++++++++++------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'moon_orchestrator/tests/unit_python/utilities.py') diff --git a/moon_orchestrator/tests/unit_python/utilities.py b/moon_orchestrator/tests/unit_python/utilities.py index d64e4c7b..bc4aebcc 100644 --- a/moon_orchestrator/tests/unit_python/utilities.py +++ b/moon_orchestrator/tests/unit_python/utilities.py @@ -37,21 +37,19 @@ CONF = { "container": "wukongsun/moon_orchestrator:v4.3", "hostname": "interface" }, - "interface": { - "bind": "0.0.0.0", - "port": 8080, - "container": "wukongsun/moon_interface:v4.3", - "hostname": "interface" - } - }, - "plugins": { - "session": { - "port": 8082, - "container": "asteroide/session:latest" - }, - "authz": { - "port": 8081, - "container": "wukongsun/moon_authz:v4.3" + "pipeline": { + "interface": { + "bind": "0.0.0.0", + "port": 8080, + "container": "wukongsun/moon_interface:v4.3", + "hostname": "interface" + }, + "authz": { + "bind": "0.0.0.0", + "port": 8081, + "container": "wukongsun/moon_authz:v4.3", + "hostname": "authz" + }, } }, "logging": { -- cgit 1.2.3-korg