[Bug 1684468] Re: apache config in nova-placement-api has missing parameter
Corey Bryant
corey.bryant at canonical.com
Tue Oct 31 20:32:34 UTC 2017
Hi Yuuki,
I've uploaded a fix for this to bionic (OpenStack Queens). For releases
prior to OpenStack Queens, you can still register an endpoint with the
port, ie. http://controller:8778.
Thanks,
Corey
** Changed in: cloud-archive
Importance: High => Medium
--
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