Add tracing of rest set calls

This commit is contained in:
Alfredo Cardigliano 2020-08-13 16:08:25 +02:00
parent d8481b5b06
commit 628bdd8994
5 changed files with 30 additions and 0 deletions

View file

@ -14,6 +14,7 @@ local format_utils = require("format_utils")
local os_utils = require "os_utils"
local host_pools_nedge = require "host_pools_nedge"
local rest_utils = require("rest_utils")
local tracker = require("tracker")
--
-- Import host pools configuration
@ -69,4 +70,7 @@ end
-- ################################################
-- TRACKER HOOK
tracker.log('set_pool_config', {})
print(rest_utils.rc(rest_utils.consts_ok))