[openstack-dev] [keystone] URLs are not reported in the endpoint listing

2016-02-02 Thread Pradip Mukhopadhyay
Hello, I did a stacking recently, noticing a behavior: eystone --os-username admin --os-password secretadmin --os-tenant-name admin --os-auth-url http://host:5000/v2.0 endpoint-list Returns null URLs for public/internal/admin.

Re: [openstack-dev] [keystone] URLs are not reported in the endpoint listing

2016-02-02 Thread Pradip Mukhopadhyay
Thanks. openstack commands are working fine. I am trying with Monasca which is using keystone v3 for auth. --pradip On Tue, Feb 2, 2016 at 6:13 PM, Matt Fischer wrote: > I've seen similar odd behavior when using the Keystone client to try to > list endpoints created

Re: [openstack-dev] [keystone] URLs are not reported in the endpoint listing

2016-02-02 Thread Matt Fischer
I've seen similar odd behavior when using the Keystone client to try to list endpoints created using the v3 API (via puppet). Try using the openstack client and the v3 endpoint. Be sure to set --os-api-version 3. On Feb 2, 2016 3:06 AM, "Pradip Mukhopadhyay" wrote: >