Add logs when a slave is added. 47/35647/1
authorasteroide <thomas.duval@orange.com>
Mon, 22 May 2017 07:57:01 +0000 (09:57 +0200)
committerasteroide <thomas.duval@orange.com>
Mon, 22 May 2017 07:57:01 +0000 (09:57 +0200)
Change-Id: Ifa70f9b061091c274e7ff760e449a08d3a3c2ad4

moonv4/moon_orchestrator/moon_orchestrator/api/slaves.py

index 66ddf25..9142a83 100644 (file)
@@ -45,7 +45,9 @@ class Slaves(object):
             ctx.pop("method")
             ctx.pop("call_master")
             self.slaves[uuid] = ctx
+            LOG.info("New slave added: {}".format(ctx['name']))
             return {"slaves": {uuid: ctx}}
+        LOG.warning("No name given for the new slave.")
 
     def get_slaves(self, ctx, args=None):
         """Get all the known slaves