X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Frwimagemgr%2Frift%2Ftasklets%2Frwimagemgr%2Fglance_proxy_server.py;h=2b3c1adb101aee4feb148c0eb1ea9cc4784ec2ef;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=9b3972e54fac7a81b43e16545d56a7bb07e80b3c;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwlaunchpad/plugins/rwimagemgr/rift/tasklets/rwimagemgr/glance_proxy_server.py b/rwlaunchpad/plugins/rwimagemgr/rift/tasklets/rwimagemgr/glance_proxy_server.py index 9b3972e5..2b3c1adb 100644 --- a/rwlaunchpad/plugins/rwimagemgr/rift/tasklets/rwimagemgr/glance_proxy_server.py +++ b/rwlaunchpad/plugins/rwimagemgr/rift/tasklets/rwimagemgr/glance_proxy_server.py @@ -175,7 +175,8 @@ class QuickProxyServer(object): req_callback=on_http_request, resp_callback=on_http_response, io_loop=io_loop, - debug_level=QuickProxyServer.DEBUG_LEVEL + debug_level=QuickProxyServer.DEBUG_LEVEL, + address="127.0.0.1", ) def stop(self):