rackerlabs / mimic

An API mock service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nyasukun opened this issue · comments

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

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

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