rackerlabs / mimic

An API mock service
Other
167 stars 57 forks source link

/identity/v2.0 responds 404 and nova list command failed #511

Open nyasukun opened 8 years ago

nyasukun commented 8 years ago

nova list command catch following error.

# nova list
No handlers could be found for logger "keystoneauth.identity.generic.base"
ERROR (DiscoveryFailure): Could not determine a suitable URL for the plugin

This is caused by there is no resource at /identiy/v2.0. /identity/v2.0 should show version details. Please see: http://developer.openstack.org/api-ref-identity-v2.html#showVersionInfo-v2.0

Benjamin91300 commented 8 years ago

This should be solved as my commit #618 and #619 have been merged.

BenjamenMeyer commented 8 years ago

@Benjamin91300 would you please verify and post output from one of the openstack clients (e.g python-openstackclient, pyrax, etc).