Install and configure controller node for openSUSE and SUSE Linux Enterprise in nova

Bug #1741329 reported by Lauro de Souza Dias
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Medium
Andreas Jaeger

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

Matt Riedemann (mriedem)
tags: added: doc
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/538163

Changed in nova:
assignee: nobody → Andreas Jaeger (jaegerandi)
status: New → In Progress
Matt Riedemann (mriedem)
Changed in nova:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

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 address hidden>
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
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova 17.0.0.0rc1

This issue was fixed in the openstack/nova 17.0.0.0rc1 release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/544131

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/545167

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on nova (stable/pike)

Change abandoned by Tony Breeds (<email address hidden>) on branch: stable/pike
Review: https://review.openstack.org/544131
Reason: Duplicate of https://review.openstack.org/#/c/545167/

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/pike)

Reviewed: https://review.openstack.org/545167
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=8ce26baa3fd410b3a095ba2ec9f05bca6dd0ef1b
Submitter: Zuul
Branch: stable/pike

commit 8ce26baa3fd410b3a095ba2ec9f05bca6dd0ef1b
Author: Andreas Jaeger <email address hidden>
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.

    Closes-Bug: #1741329
    (cherry picked from commit 0f8cdc606f391bdb9da75645a8f5417406151f6f)

    Change-Id: Ib4c881058b9b90ba136ff223064c113e63f98379

tags: added: in-stable-pike
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova 16.1.1

This issue was fixed in the openstack/nova 16.1.1 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.