mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
7 lines
351 B
TypeScript
7 lines
351 B
TypeScript
import * as OSWrap from 'openstack-wrapper';
|
|
|
|
const keystone = new OSWrap.Keystone("endpoint-url");
|
|
const glance = new OSWrap.Glance("endpoint-url","auth-token");
|
|
const neutron = new OSWrap.Neutron("endpoint-url","auth-token");
|
|
const octavia = new OSWrap.Octavia("endpoint-url","auth-token");
|
|
const nova = new OSWrap.Nova("endpoint-url","auth-token"); |