aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_orchestrator/moon_orchestrator/http_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'moonv4/moon_orchestrator/moon_orchestrator/http_server.py')
-rw-r--r--moonv4/moon_orchestrator/moon_orchestrator/http_server.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/moonv4/moon_orchestrator/moon_orchestrator/http_server.py b/moonv4/moon_orchestrator/moon_orchestrator/http_server.py
index c9816f5b..7aed18a6 100644
--- a/moonv4/moon_orchestrator/moon_orchestrator/http_server.py
+++ b/moonv4/moon_orchestrator/moon_orchestrator/http_server.py
@@ -206,12 +206,11 @@ class HTTPServer(Server):
security function in all context (ie, in all slaves)
:return: None
"""
- # LOG.info(self.driver.get_pods())
for key, value in self.driver.get_pods().items():
for _pod in value:
if _pod.get('keystone_project_id') == keystone_project_id:
LOG.warning("A pod for this Keystone project {} "
- "already exists.".format(keystone_project_id))
+ "already exists.".format(keystone_project_id))
return
plugins = configuration.get_plugins()