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 0c9c1af commit fe82b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapters/vnfm_generic/polld/vnfm_generic_poll.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function curl_json_output($raw_output)
// ---------------------------------------------------------------------------
function get_token($SIGNIN_REQ_PATH, $data,$auth_mode)
{
$http_data ="";
if($auth_mode == 'oauth_v2'){
$http_data = http_build_query($data);
}else if($auth_mode =='keystone'){
Expand Down

0 comments on commit fe82b8d

Please sign in to comment.