[ https://jira.fiware.org/browse/HELP-13422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fernando Lopez deleted HELP-13422: ---------------------------------- > [fiware-stackoverflow] FIWARE Object Storage "no tenants available" > ----------------------------------------------------------------------------- > > Key: HELP-13422 > URL: https://jira.fiware.org/browse/HELP-13422 > Project: Help-Desk > Issue Type: Monitor > Reporter: Backlog Manager > Labels: fiware, openstack-swift > > Created question in FIWARE Q/A platform on 22-07-2015 at 20:07 > {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/31571651/fiware-object-storage-no-tenants-available > +Question:+ > FIWARE Object Storage "no tenants available" > +Description:+ > When using the Object Storage GE node.js connector implementation from https://github.com/arvidkahl/fiware-object-storage we encounter the problem "no tenants available". We tested with two different community accounts where we first set up an object container within the fiware cloud. > We are able to Receive an Auth Token and get a connection established message, but then we do not get the tenant ID i think. has anyone experienced something like that and can help or give us a better understanding of what is going wrong here? > we installed the fiware-object-storage with npm install fiware-object-storage. > this is our connection code: > var fiwareObjectStorageConfig = { > auth : conf.fiware.auth_url, // IP of the Auth Services, likely "cloud.lab.fi-ware.org" > url : conf.fiware.object_storage_url, // IP of the Object Storage GE -> "cloud.lab.fi-ware.org" > user : conf.fiware.user, // Your FIWARE account email > password : conf.fiware.password, // Your FIWARE account password.. i know.. no comment. > container : conf.fiware.container // Whatever container you want to connect to > }; > var fiwareObjectStorage = require('fiware-object-storage'); > fios = fiwareObjectStorage(fiwareObjectStorageConfig); > fios.connectToObjectStorage(function() { > console.log(fios.getFileList()); > }); -- This message was sent by Atlassian JIRA (v6.4.1#64016)
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy