Hi,

I meet such an issue when using glance/nova client deployed with Devstack to 
talk with a cloud deployed with TripleO:

[minicloud@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
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to