Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-5027

FIWARE.Question.Tech.Cloud.ObjectStorage.FIWARE Object Storage "no tenants available"

    Details

      Description

      Created question in FIWARE Q/A platform on 22-07-2015 at 20:07
      Please, ANSWER this question AT http://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());
      });

        Activity

        Transition Time In Source Status Execution Times Last Executer Last Execution Date
        Open Open In Progress In Progress
        2h 59m 1 Backlog Manager 29/Oct/15 12:04 AM
        In Progress In Progress Answered Answered
        2h 59m 1 Backlog Manager 29/Oct/15 3:04 AM
        Answered Answered Closed Closed
        11d 14h 4m 1 Manuel Escriche 09/Nov/15 5:09 PM

          People

          • Assignee:
            gjimenez Guillermo Jimenez
            Reporter:
            backlogmanager Backlog Manager
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: