Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1543398 - Neutron API container exec command misalignment
Neutron API container exec command misalignment
Status: CLOSED ERRATA
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates (Show other bugs)
13.0 (Queens)
Unspecified Unspecified
high Severity medium
: beta
: 13.0 (Queens)
Assigned To: Ricardo Noriega
Roee Agiman
: Triaged
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2018-02-08 06:46 EST by Ricardo Noriega
Modified: 2018-06-27 09:45 EDT (History)
10 users (show)

See Also:
Fixed In Version: openstack-tripleo-heat-templates-8.0.2-0.20180327213843.f25e2d8.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2018-06-27 09:43:30 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Launchpad 1748173 None None None 2018-02-08 06:46 EST
OpenStack gerrit 542264 None master: MERGED tripleo-heat-templates: Adding /usr/share/neutron/server config dir (I22023a645c4752c6371b5cea5ab69c7503991887) 2018-03-29 12:02 EDT
Red Hat Product Errata RHEA-2018:2086 None None None 2018-06-27 09:45 EDT

  None (edit)
Description Ricardo Noriega 2018-02-08 06:46:21 EST
Description
==============

In a non-containerized deployment, neutron server starts with the following command given by the rpm spec:

https://github.com/rdo-packages/neutron-distgit/blob/rpm-master/neutron-server.service#L8

ExecStart=/usr/bin/neutron-server --config-file /usr/share/neutron/neutron-dist.conf --config-dir /usr/share/neutron/server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini --config-dir /etc/neutron/conf.d/common --config-dir /etc/neutron/conf.d/neutron-server --log-file /var/log/neutron/server.log
However, in a containerized deployment, this command is defined in the neutron-api docker service, specifically in the kolla_config command:

https://github.com/openstack/tripleo-heat-templates/blob/master/docker/services/neutron-api.yaml#L104

command: /usr/bin/neutron-server --config-file /usr/share/neutron/neutron-dist.conf --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini --config-dir /etc/neutron/conf.d/common --config-dir /etc/neutron/conf.d/neutron-server

As you can ses, the config folder /usr/share/neutron/server is not loaded in a containerized deployment, which causes neutron to fail when loading l2gw or bgpvpn service_plugins for example.

Steps to reproduce
==================

Deploy containerized Neutron service.

Expected result
===============

To have /usr/share/neutron/server as config-dir in neutron_api container exec command.

Actual result
==============

That directory is not loaded.
Comment 8 errata-xmlrpc 2018-06-27 09:43:30 EDT
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2018:2086

Note You need to log in before you can comment on or make changes to this bug.