[Bug 1684468] Re: apache config in nova-placement-api has missing parameter
Chris MacNaughton
1684468 at bugs.launchpad.net
Fri Jan 8 15:38:02 UTC 2021
I'm marking this wontfix for Ocata and Pike as those are end of life.
** Also affects: cloud-archive/ocata
Importance: Undecided
Status: New
** Also affects: cloud-archive/queens
Importance: Undecided
Status: New
** Also affects: cloud-archive/pike
Importance: Undecided
Status: New
** Changed in: cloud-archive/queens
Status: New => Fix Released
** Changed in: cloud-archive/pike
Status: New => Won't Fix
** Changed in: cloud-archive/ocata
Status: New => Won't Fix
** Changed in: cloud-archive
Status: Triaged => Fix Released
--
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:
Fix Released
Status in Ubuntu Cloud Archive ocata series:
Won't Fix
Status in Ubuntu Cloud Archive pike series:
Won't Fix
Status in Ubuntu Cloud Archive queens series:
Fix Released
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