Skip to content

Commit

Permalink
Wrongly imported glance module instead of neutron module and correcte…
Browse files Browse the repository at this point in the history
…d it

Change-Id: I4fddfbf81ede32e47be6201e3f6965df4fd91991
Closes-bug: #1642169
(cherry picked from commit 69814fc)
  • Loading branch information
sbavanasi committed Nov 17, 2016
1 parent b642cc0 commit f3f9ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serverroot/common/networkmanager.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var orch = require('../orchestration/orchestration.api');

var orchModels = orch.getOrchestrationModels();

var openstackNetworkApi = require('../orchestration/plugins/openstack/glance.api');
var openstackNetworkApi = require('../orchestration/plugins/openstack/neutron.api');
var cloudstackNetworkApi =
require('../orchestration/plugins/cloudstack/cloudstack.api');
var noOrchestrationNetworkApi =
Expand Down

0 comments on commit f3f9ac6

Please sign in to comment.