Hi, I meet such an issue when using glance/nova client deployed with Devstack to talk with a cloud deployed with TripleO: [minicloud at minicloud allinone]$ glance image-list public endpoint for image service in RegionOne region not found The reason is that Devstack uses “RegionOne” as default but TripleO uses “regionOne” and keystoneclient/service_catalog.py: get_endpoints() does a case sensitive string compare. I’m not a DB expert but normally database does case insensitive collation, so should we use do case insensitive compare here? Thanks a lot. BR Zhou Zhenzan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150107/e9bc1fa7/attachment.html>