js-openstack-lib/src
Vitaly Kramskikh c2164e8b15 Export supported services from index.js
This is required to make services provided by library accessible
this way:

  import {Keystone} from 'openstack-lib';

instead of

  import Keystone from 'openstack-lib/dist/keystone';

Also, Test class and dummy functional and unit tests for it were
removed since they aren't needed anymore.

Change-Id: I6bf0b6eebab095d6585d19d8398d9f2ac119cacc
2016-09-22 20:42:27 +03:00
..
util Add more service abstraction 2016-09-06 13:21:29 -04:00
glance.js Add more service abstraction 2016-09-06 13:21:29 -04:00
index.js Export supported services from index.js 2016-09-22 20:42:27 +03:00
keystone.js Add more service abstraction 2016-09-06 13:21:29 -04:00