Skip to content

Commit

Permalink
Merge "Related-Bug: #1638750 Passing correct arg list in executeQuery…
Browse files Browse the repository at this point in the history
…." into R3.1
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Nov 8, 2016
2 parents 99bedaa + 58d17ba commit fb2cac9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1258,7 +1258,7 @@ function getUnderlayPath (req, res, appData)

var queryJSON = queries.buildUnderlayQuery(data);

queries.executeQueryString(queryJSON, function(err, result) {
queries.executeQueryString(queryJSON, appData, function(err, result) {
var flowPostData = {};
flowPostData['cfilt'] = ['PRouterEntry:ipMib', 'ContrailConfig'];
var url = '/analytics/uves/prouter';
Expand Down

0 comments on commit fb2cac9

Please sign in to comment.