Comment 4 for bug 1480270

Revision history for this message
Lin Hua Cheng (lin-hua-cheng) wrote : Re: Can't get endpoints with v2 in command line

There is a logic in /v2.0/endpoints that will only returns endpoints created through the v2.0 api (where legacy_endpoint_id is not None).

Endpoints in devstack are now created via the v3 API, and thus the /v2.0/endpoints returns an empty list now.

This is working as designed.