Comment 22 for bug 1527925

Revision history for this message
Hercules (sithiraklis) wrote :

@stuart-mclauren

>Does a 'glance image-list' work?
Does a 'glance image-show <id>' work?

Yes, they both work.

>If you send a curl command directly to the registry to list images what happens?
$ curl -v -H 'x-auth-token: <insert-a-real-token>' http://<registry-ip>/images/detail?is_public=none&limit=20'

I did:
openstack token issue
curl -v -H "x-auth-token: $ADMIN_TOKEN" http://controller-win:35357/images/detail?is_public=none&limit=20'

I get a HTTP 404 with message: '*Connection #0 to host controller-win left intact.' (and then the HTTP 404 error body)

P.S.: I sourced an admin-openrc.sh