Skip to content

Commit

Permalink
Resolved a bug (again) in Networks
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague committed Feb 11, 2014
1 parent 0af074c commit 30e3fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JSTACK.Neutron.js
Expand Up @@ -50,6 +50,7 @@ JSTACK.Neutron = (function(JS, undefined) {
var service = JS.Keystone.getservice("network");
if (service) {
params.url = JSTACK.Comm.getEndpoint(service, region, params.endpointType);
return true;
}
return false;
}
Expand Down

0 comments on commit 30e3fec

Please sign in to comment.