[Bug 1684468] Re: apache config in nova-placement-api has missing parameter
Corey Bryant
corey.bryant at canonical.com
Thu Oct 26 20:11:00 UTC 2017
Hi Yuuki,
Thanks for reporting this bug.
We made similar updates to the keystone package in commit
2f18ab3c2156ab3815d5cf4dc570d488a622ab77 to align with the upstream
recommendations, so it seems we should do the same with nova-placement-
api.
Thanks,
Corey
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to Ubuntu Cloud Archive.
https://bugs.launchpad.net/bugs/1684468
Title:
apache config in nova-placement-api has missing parameter
Status in Ubuntu Cloud Archive:
Triaged
Bug description:
I'm trying OpenStack Ocata on xenial. And I faced 404 response when components of nova access nova-placement-api.
The endpoint URL is "http://controller/placement".
nova-placement-api/xenial-updates,now 2:15.0.2-0ubuntu1~cloud0 places
a apache2 virtual host config in /etc/apache2/sites-available/nova-
placement-api.conf.
These below lines should be added in the config.
===
Alias /placement /usr/bin/nova-placement-api
<Directory /usr/bin>
<IfVersion >= 2.4>
Require all granted
</IfVersion>
<IfVersion < 2.4>
Order allow,deny
Allow from all
</IfVersion>
</Directory>
<Location /placement>
SetHandler wsgi-script
Options +ExecCGI
WSGIProcessGroup nova-placement
WSGIApplicationGroup %{GLOBAL}
WSGIPassAuthorization On
</Location>
===
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1684468/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list