yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #70199
[Bug 1741329] [NEW] Install and configure controller node for openSUSE and SUSE Linux Enterprise in nova
Public bug reported:
Hi Everyone,
[X] This doc is inaccurate in this way:
There is a mismatch configuration for placement.
In the controller configuration, the guide suggests endpoints creation pointing to port 8778, however in the default file provided in SLES 12 SP3, the port used is 8780.
This is the /etc/apache2/vhosts.d/nova-placement-api.conf.sample
content:
# OpenStack nova-placement-api Apache2 example configuration
Listen 8780
<Directory /srv/www/nova-placement-api/>
Options FollowSymLinks MultiViews
AllowOverride None
Require all granted
</Directory>
<VirtualHost *:8780>
WSGIScriptAlias / /srv/www/nova-placement-api/app.wsgi
WSGIDaemonProcess nova-placement-api processes=2 threads=1 user=nova group=nova
WSGIProcessGroup nova-placement-api
ErrorLog /var/log/nova/nova-placement-api.log
CustomLog /var/log/nova/nova-placement-api.log combined
</VirtualHost>
Alias /placement /srv/www/nova-placement-api/app.wsgi
<Location /placement>
SetHandler wsgi-script
Options +ExecCGI
WSGIProcessGroup nova-placement-api
</Location>
If you have a troubleshooting or support issue, use the following
resources:
- Ask OpenStack: http://ask.openstack.org
- The mailing list: http://lists.openstack.org
- IRC: 'openstack' channel on Freenode
-----------------------------------
Release: 16.0.5.dev11 on 2017-12-21 19:52
SHA: ae7aef15f6ce2354443f6cce379506e4d8eefb75
Source: https://git.openstack.org/cgit/openstack/nova/tree/doc/source/install/controller-install-obs.rst
URL: https://docs.openstack.org/nova/pike/install/controller-install-obs.html
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1741329
Title:
Install and configure controller node for openSUSE and SUSE Linux
Enterprise in nova
Status in OpenStack Compute (nova):
New
Bug description:
Hi Everyone,
[X] This doc is inaccurate in this way:
There is a mismatch configuration for placement.
In the controller configuration, the guide suggests endpoints creation pointing to port 8778, however in the default file provided in SLES 12 SP3, the port used is 8780.
This is the /etc/apache2/vhosts.d/nova-placement-api.conf.sample
content:
# OpenStack nova-placement-api Apache2 example configuration
Listen 8780
<Directory /srv/www/nova-placement-api/>
Options FollowSymLinks MultiViews
AllowOverride None
Require all granted
</Directory>
<VirtualHost *:8780>
WSGIScriptAlias / /srv/www/nova-placement-api/app.wsgi
WSGIDaemonProcess nova-placement-api processes=2 threads=1 user=nova group=nova
WSGIProcessGroup nova-placement-api
ErrorLog /var/log/nova/nova-placement-api.log
CustomLog /var/log/nova/nova-placement-api.log combined
</VirtualHost>
Alias /placement /srv/www/nova-placement-api/app.wsgi
<Location /placement>
SetHandler wsgi-script
Options +ExecCGI
WSGIProcessGroup nova-placement-api
</Location>
If you have a troubleshooting or support issue, use the following
resources:
- Ask OpenStack: http://ask.openstack.org
- The mailing list: http://lists.openstack.org
- IRC: 'openstack' channel on Freenode
-----------------------------------
Release: 16.0.5.dev11 on 2017-12-21 19:52
SHA: ae7aef15f6ce2354443f6cce379506e4d8eefb75
Source: https://git.openstack.org/cgit/openstack/nova/tree/doc/source/install/controller-install-obs.rst
URL: https://docs.openstack.org/nova/pike/install/controller-install-obs.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1741329/+subscriptions
Follow ups