Skip to content

Instantly share code, notes, and snippets.

@austinpapp
Created November 28, 2016 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austinpapp/bfaf0dc70dd00df666d5c368fcec46d5 to your computer and use it in GitHub Desktop.
Save austinpapp/bfaf0dc70dd00df666d5c368fcec46d5 to your computer and use it in GitHub Desktop.
Failed to execute 'openstack.list_nodes()' while querying for running nodes: <LibcloudError in None 'Could not find specified endpoint'>
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/salt/cloud/__init__.py", line 2369, in run_parallel_map_providers_query
cloud.clouds[data['fun']]()
File "/usr/lib/python2.7/site-packages/salt/cloud/libcloudfuncs.py", line 448, in list_nodes
nodes = conn.list_nodes()
File "/usr/lib/python2.7/site-packages/libcloud/compute/drivers/openstack.py", line 177, in list_nodes
self.connection.request('/servers/detail', params=params).object)
File "/usr/lib/python2.7/site-packages/libcloud/common/openstack.py", line 227, in request
raw=raw)
File "/usr/lib/python2.7/site-packages/libcloud/common/base.py", line 757, in request
action = self.morph_action_hook(action)
File "/usr/lib/python2.7/site-packages/libcloud/common/openstack.py", line 294, in morph_action_hook
self._populate_hosts_and_request_paths()
File "/usr/lib/python2.7/site-packages/libcloud/common/openstack.py", line 338, in _populate_hosts_and_request_paths
url = self._ex_force_base_url or self.get_endpoint()
File "/usr/lib/python2.7/site-packages/libcloud/common/openstack.py", line 279, in get_endpoint
region=service_region)
File "/usr/lib/python2.7/site-packages/libcloud/common/openstack_identity.py", line 284, in get_endpoint
raise LibcloudError('Could not find specified endpoint')
LibcloudError: <LibcloudError in None 'Could not find specified endpoint'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment