You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Arthur Lutz (JIRA)" <ji...@apache.org> on 2013/09/16 17:25:52 UTC

[jira] [Created] (LIBCLOUD-400) libcloud.common.types.LibcloudError:

Arthur Lutz created LIBCLOUD-400:
------------------------------------

             Summary: libcloud.common.types.LibcloudError: <LibcloudError in None 'Could not find specified endpoint'>
                 Key: LIBCLOUD-400
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-400
             Project: Libcloud
          Issue Type: Bug
          Components: Compute
    Affects Versions: 0.13.1
            Reporter: Arthur Lutz
            Priority: Blocker


Using libcloud against an in-house installation of OpenStack Essex gives me this : 


Traceback (most recent call last):
  File "trylibcloud.py", line 21, in <module>
    nodes = driver.list_nodes()
  File "/home/arthur/local/virtualenvs/cloudenvy/local/lib/python2.7/site-packages/libcloud/compute/drivers/openstack.py", line 207, in list_nodes
    self.connection.request('/servers/detail').object)
  File "/home/arthur/local/virtualenvs/cloudenvy/local/lib/python2.7/site-packages/libcloud/compute/drivers/openstack.py", line 145, in request
    method=method, headers=headers)
  File "/home/arthur/local/virtualenvs/cloudenvy/local/lib/python2.7/site-packages/libcloud/common/openstack.py", line 584, in request
    return super(OpenStackBaseConnection, self).request(**kwargs)
  File "/home/arthur/local/virtualenvs/cloudenvy/local/lib/python2.7/site-packages/libcloud/common/base.py", line 571, in request
    action = self.morph_action_hook(action)
  File "/home/arthur/local/virtualenvs/cloudenvy/local/lib/python2.7/site-packages/libcloud/common/openstack.py", line 580, in morph_action_hook
    self._populate_hosts_and_request_paths()
  File "/home/arthur/local/virtualenvs/cloudenvy/local/lib/python2.7/site-packages/libcloud/common/openstack.py", line 607, in _populate_hosts_and_request_paths
    url = self._ex_force_base_url or self.get_endpoint()
  File "/home/arthur/local/virtualenvs/cloudenvy/local/lib/python2.7/site-packages/libcloud/common/openstack.py", line 549, in get_endpoint
    raise LibcloudError('Could not find specified endpoint')
libcloud.common.types.LibcloudError: <LibcloudError in None 'Could not find specified endpoint'>


Is libcloud supposed to work for the essex version of Openstack ? With keystone ? 

If not, maybe the documentation should be updated to include this information ? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira