Skip to content

Commit

Permalink
fix Error: missing config vars for polling
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-brun committed May 31, 2024
1 parent 63f0fe5 commit 0c9c1af
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions adapters/vnfm_generic/polld/vnfm_generic_poll.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,14 @@ function get_health($PROTOCOL, $ME_IP, $HTTP_PORT, $BASE_URL_MS, $TOKEN, $auth_m
// ---------------------------------------------------------------------------


$PROTOCOL;
$HTTP_PORT;
$BASE_URL_MS;
$SIGNIN_REQ_PATH;
$AUTH_TYPE;
$tenant_id;
$user_domain_id;
$project_domain_id;
$PROTOCOL="";
$HTTP_PORT="";
$BASE_URL_MS="";
$SIGNIN_REQ_PATH="";
$AUTH_TYPE="";
$tenant_id="";
$user_domain_id="";
$project_domain_id="";

$network = get_network_profile();
$SD = &$network->SD;
Expand Down

0 comments on commit 0c9c1af

Please sign in to comment.