addon-nodejs
addon-nodejs copied to clipboard
OpenNebula Nodejs XMLRPC API client.
Hi, is this NPM package actively maintained? I might be willing to contribute. Thanks!
Hi, I've got an issue within the instantiation of opennebula. I've got a user:password where the user is my account and a password who isn't the hash password but the...
Hey there, actually I'm pretty new to your addon, but I think this is a bug looking on the old report. Error: XML-RPC fault: Parameter that is supposed to be...
First of all, your plugin is amazing. :smile: But I have one issue. ``` var vm = aa.getVM(1); vm.chmod(1,1,1,-1,-1,-1,-1,-1,-1, function(err, data){ console.log(err); console.log(data); }); ``` I got this error. ```...