Browse code

Merge "Fix glance standalone when tls-proxy is disabled"

Zuul authored on 2020/07/19 03:57:52
Showing 1 changed files
... ...
@@ -262,6 +262,7 @@ function configure_glance {
262 262
     else
263 263
         write_local_proxy_http_config glance "http://$GLANCE_SERVICE_HOST:$GLANCE_SERVICE_PORT_INT" "/image"
264 264
         iniset $GLANCE_API_CONF DEFAULT bind_host $GLANCE_SERVICE_LISTEN_ADDRESS
265
+        iniset $GLANCE_API_CONF DEFAULT bind_port $GLANCE_SERVICE_PORT_INT
265 266
         iniset $GLANCE_API_CONF DEFAULT workers "$API_WORKERS"
266 267
     fi
267 268
 }