[Bug 1367782] Re: endpoint_type being ignored
Corey Bryant
corey.bryant at canonical.com
Tue Jun 14 20:09:30 UTC 2016
** Changed in: python-glanceclient (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-glanceclient in Ubuntu.
https://bugs.launchpad.net/bugs/1367782
Title:
endpoint_type being ignored
Status in python-glanceclient:
Fix Released
Status in python-glanceclient package in Ubuntu:
Fix Released
Bug description:
Since the keystone-v3 patch this is broken.
:/opt/python-glanceclient# keystone endpoint-get --service image
+-----------------+---------------------------+
| Property | Value |
+-----------------+---------------------------+
| image.publicURL | http://192.168.100.90:9292 |
+-----------------+---------------------------+
:/opt/python-glanceclient# keystone endpoint-get --service image --endpoint-type internalURL+-------------------+---------------------------+
| Property | Value |
+-------------------+---------------------------+
| image.internalURL | http://192.168.0.2:9292 |
+-------------------+---------------------------+
:/opt/python-glanceclient# export OS_ENDPOINT_TYPE=internalURL
:/opt/python-glanceclient# glance -dv image-list
curl -i -X GET -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'User-Agent: python-glanceclient' -H 'Connection: keep-alive' -H 'X-Auth-Token: ***' -H 'Content-Type: application/octet-stream' http://192.168.100.90:9292/v1/images/detail?sort_key=name&sort_dir=asc&limit=20
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-glanceclient/+bug/1367782/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list