<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Aug 8, 2019 at 12:49 PM Bernd Bausch <<a href="mailto:berndbausch@gmail.com">berndbausch@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Stein re-introduces Glance cache management, but I have not been able to <br>
use the glance-cache-manage command. I always get errno 111, connection <br>
refused.<br>
<br>
It turns out that the command tries to access <a href="http://localhost:9292" rel="noreferrer" target="_blank">http://localhost:9292</a>. It <br>
has options for non-default IP address and port, but unfortunately on my <br>
(devstack) cloud, the Glance endpoint is <a href="http://192.168.1.200/image" rel="noreferrer" target="_blank">http://192.168.1.200/image</a>. No <br>
port.<br>
<br>
Is there a way to tell glance-cache-manage to use this endpoint?<br>
<br>
Bernd.<br>
<br></div>
</blockquote><div> </div><div>Hi Bernd,<br></div><div><br></div><div>You can always give it the port 80, the real problem likely is the prefix /image you have there. Are you running glance-api as wsgi app under some http-server or is that reverse-proxy/loadbalancer you're directing the glance-cache-manage towards? Remember that the management is not currently cluster wide so you should be always targeting single service process at the time.</div><div><br></div><div>- Erno "jokke" Kuvaja<br></div></div></div>