Add action value to debug output.
This commit is contained in:
@@ -40,6 +40,7 @@ class LBaaSController(object):
|
||||
return self.msg
|
||||
|
||||
action = self.msg['hpcs_action'].upper()
|
||||
self.logger.debug("Requested action: %s" % action)
|
||||
if action == 'CREATE':
|
||||
return self._action_create()
|
||||
elif action == 'UPDATE':
|
||||
|
||||
Reference in New Issue
Block a user