Reviewed: https://review.openstack.org/538163 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0f8cdc606f391bdb9da75645a8f5417406151f6f Submitter: Zuul Branch: master
commit 0f8cdc606f391bdb9da75645a8f5417406151f6f Author: Andreas Jaeger <[email protected]> Date: Fri Jan 26 08:06:45 2018 +0100 Fix SUSE Install Guide: Placement port The bug report says all: "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." Fix documentation to match sample file. Change-Id: Ib4c881058b9b90ba136ff223064c113e63f98379 Closes-Bug: #1741329 ** Changed in: nova Status: In Progress => Fix Released -- 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): Fix Released 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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

