UNPKG

@yawetse/pkgcloud

Version:

An infrastructure-as-a-service agnostic cloud library for node.js

14 lines (11 loc) 248 B
/* * 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');