node-openstack-wrapper icon indicating copy to clipboard operation
node-openstack-wrapper copied to clipboard

An OpenStack client for Node.js

Results 9 node-openstack-wrapper issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Some interfaces are left with `// todo`

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Code Sample: const OSwrapper = require('openstack-wrapper'); var keystone = new OSwrapper.Keystone("https://10.10.10.3:13000/v2.0"); keystone.getToken('username', 'password', function(err, token){ if(err) { console.log('Error: ', err) } else { console.log('Success: ', token) } }()) Error: Uncaught...

Url Library was not imported on glance. Upload image works fine now.

If I use bad credentials (bad password or domain for example) I get an unhandled exception from keystone.js when calling keystone.getToken(): Uncaught TypeError: Cannot set property 'token' of undefined at...

When issuing a `.createServerImage()` command, the response returns the following error in the callback: ``` { Error: Invalid format (output) missing from remote call at _getRequestError (/home/test/node_modules/openstack-wrapper/lib/os-request.js:219:20) at Request._callback (/home/test/node_modules/openstack-wrapper/lib/os-request.js:316:15)...