Fix grafana datasource authentication in Charmed OSM
[osm/devops.git] / common / all_funcs
index d469373..f6c48fa 100644 (file)
@@ -22,7 +22,7 @@ if [ -z "$OSM_DEVOPS" ]; then
        export OSM_DEVOPS=$(realpath ${BASH_SOURCE[0]} )
 fi
 
-for file in logging config container git_functions; do
+for file in logging config container git_functions track; do
        . ${OSM_DEVOPS}/common/$file
        INFO "$file sourced"
 done