<div dir="ltr"><div dir="ltr"><div>Hello,</div><div>I solved using ocatvia-api under apache ,</div><div>I created a file under /etc/httpd/conf.d .</div><div>The file in octavia-api.conf:</div><div><br></div><div>Listen controlleraddress:9876<br><br><VirtualHost *:9876><br><br>    WSGIDaemonProcess octavia-wsgi user=octavia group=octavia processes=5 threads=1 display-name=%{GROUP}<br>    WSGIProcessGroup octavia-wsgi<br>    WSGIScriptAlias / /usr/local/bin/octavia-wsgi<br>    WSGIApplicationGroup %{GLOBAL}<br><br>    ErrorLog /var/log/httpd/octavia-wsgi.log<br><br>    <Directory /usr/local/bin/><br>        WSGIProcessGroup octavia-wsgi<br>        <IfVersion >= 2.4><br>            Require all granted<br>        </IfVersion><br>        <IfVersion < 2.4><br>            Order allow,deny<br>            Allow from all<br>        </IfVersion><br>    </Directory><br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mar 2 apr 2019 alle ore 16:39 Jeremy Stanley <<a href="mailto:fungi@yuggoth.org">fungi@yuggoth.org</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2019-04-02 14:57:56 +0200 (+0200), Ignazio Cassano wrote:<br>
> Do you know in which openstack version that fix wil be available ?<br>
[...]<br>
<br>
(Sorry for not including much context, the top-posting in your reply<br>
has made it extremely difficult to do so.) The "fix" mentioned by<br>
Brent, as I understand, is to simply use Apache with its mod_wsgi<br>
module to serve the API rather than exposing a WSGI service directly<br>
on a socket. If the deployment tooling you're using supports this<br>
operational model then you should simply be able to switch to it at<br>
any time. If your deployment tooling does not yet support this, then<br>
when it appears as an option in a release will depend on the tool in<br>
question. Are you asking when TripleO will switch to that model<br>
because you're using TripleO to manage your OpenStack deployment, or<br>
did you misunderstand the answer?<br>
-- <br>
Jeremy Stanley<br>
</blockquote></div>