Comment 4 for bug 1784782

Revision history for this message
Matt Riedemann (mriedem) wrote :

> And novaclient just omits the is_public param to GET /flavors. This is the API code:

That's wrong, novaclient passes is_public=None specifically as a query parameter which is processed in the API as 'show all flavors' if it's an admin context.

Are you sure you're using an admin context when doing your curl request?