RETIRED, JavaScript API library for OpenStack.
Go to file
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
doc Added jsdoc3 output to doc generation 2016-08-30 14:26:10 -07:00
src Export supported services from index.js 2016-09-22 20:42:27 +03:00
test Export supported services from index.js 2016-09-22 20:42:27 +03:00
.babelrc Use babel-plugin-transform-runtime instead of babel-polyfill 2016-09-05 19:25:18 +03:00
.editorconfig Initial commit of project. 2016-05-20 12:12:21 -07:00
.eslintignore Added jasmine-based testing harness. 2016-07-14 13:12:09 +03:00
.eslintrc Update eslint and eslint-config-openstack to latest versions 2016-08-10 17:44:02 +03:00
.gitignore Added jsdoc3 output to doc generation 2016-08-30 14:26:10 -07:00
.gitreview Update .gitreview 2016-05-20 12:23:44 -07:00
.istanbul.yml Created Version Class 2016-08-15 13:25:38 -07:00
.nsprc Added node-security-project checks 2016-06-23 12:53:07 +00:00
LICENSE Initial commit of project. 2016-05-20 12:12:21 -07:00
Vagrantfile Added vagrant file for devstack bootstrap 2016-07-24 07:46:14 -07:00
bindep.txt Added oslo-sphinx to bindep.txt 2016-08-17 09:35:34 -07:00
configure-devstack.js Added Glance Service 2016-09-01 14:38:37 -07:00
karma.conf.babel.js Add functional tests for devstack gate 2016-08-05 13:27:17 -04:00
karma.conf.js Added Karma integration 2016-07-19 12:19:35 -07:00
package.json Use babel-plugin-transform-runtime instead of babel-polyfill 2016-09-05 19:25:18 +03:00
vagrant.sh Added Glance Service 2016-09-01 14:38:37 -07:00
webpack.config.babel.js Add functional tests for devstack gate 2016-08-05 13:27:17 -04:00