<div dir="ltr">I've been unsuccessful in tracking down why all of my public endpoints have a null entry for the hostname/ip address section of their URL.<div><br><div>[root@mac60eb69edd808 ~(openstack_admin)]# keystone endpoint-list | awk '{print $6}'</div><div><br></div><div>publicurl</div><div><br></div><div>http://:9696/</div><div>http://:8004/v1/%(tenant_id)s</div><div>http://:8776/v1/%(tenant_id)s</div><div>http://:9292</div><div>http://:8773/services/Cloud</div><div>http://:8774/v2/%(tenant_id)s</div><div>http://:8777</div><div>http://:8000/v1/</div><div>http://:8776/v2/%(tenant_id)s</div><div>http://:8080/v1/AUTH_%(tenant_id)s</div><div>http://:8080</div><div>http://:5000/v2.0<br><br>If we compare that to the internalurl, for example, it's easy to see there's an obvious problem:<br><br><div>[root@mac60eb69edd808 ~(openstack_admin)]# keystone endpoint-list | awk '{print $8}'</div><div><br></div><div>internalurl</div><div><br></div><div><a href="http://10.200.11.50:9696/">http://10.200.11.50:9696/</a></div><div><a href="http://10.200.11.50:8004/v1/%(tenant_id)s">http://10.200.11.50:8004/v1/%(tenant_id)s</a></div><div><a href="http://10.200.11.50:8776/v1/%(tenant_id)s">http://10.200.11.50:8776/v1/%(tenant_id)s</a></div><div><a href="http://10.200.11.50:9292">http://10.200.11.50:9292</a></div><div><a href="http://10.200.11.50:8773/services/Cloud">http://10.200.11.50:8773/services/Cloud</a></div><div><a href="http://10.200.11.50:8774/v2/%(tenant_id)s">http://10.200.11.50:8774/v2/%(tenant_id)s</a></div><div><a href="http://10.200.11.50:8777">http://10.200.11.50:8777</a></div><div><a href="http://10.200.11.50:8000/v1/">http://10.200.11.50:8000/v1/</a></div><div><a href="http://10.200.11.50:8776/v2/%(tenant_id)s">http://10.200.11.50:8776/v2/%(tenant_id)s</a></div><div><a href="http://10.200.11.50:8080/v1/AUTH_%(tenant_id)s">http://10.200.11.50:8080/v1/AUTH_%(tenant_id)s</a></div><div><a href="http://10.200.11.50:8080">http://10.200.11.50:8080</a></div><div><a href="http://10.200.11.50:5000/v2.0">http://10.200.11.50:5000/v2.0</a><br><br>Has anyone seen this before?  I'd greatly appreciate any help in tracking down the cause.</div></div></div><div><br></div><div>Cheers,</div><div>Bill</div></div>