UNPKG
@xompass/pkgcloud
Version:
latest (2.4.5)
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
A provider agnostic cloud library for Node.js
github.com/xompass/pkgcloud
xompass/pkgcloud
@xompass/pkgcloud
/
lib
/
pkgcloud
/
openstack
/
compute
/
client
/
extensions
/
networks.js
14 lines
(11 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* * networks.js Implementation of OpenStack os-networks extension * * (C) 2013 Rackspace * Ken Perkins * MIT LICENSE * * */
var
networks
=
require(
'./networks-base'
);
module
.
exports
= networks.createNetworkExtension(
'os-networks'
);