when using multi config files, the main project config file should be first

Bug #1550223 reported by James Page
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-pkg-tools (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

For example:

/usr/bin/python /usr/bin/neutron-openvswitch-agent --config-file=/etc/neutron/plugins/ml2/openvswitch_agent.ini --config-file=/etc/neutron/neutron.conf --log-file=/var/log/neutron/neutron-openvswitch-agent.log

should be

/usr/bin/python /usr/bin/neutron-openvswitch-agent --config-file=/etc/neutron/neutron.conf --config-file=/etc/neutron/plugins/ml2/openvswitch_agent.ini --log-file=/var/log/neutron/neutron-openvswitch-agent.log

James Page (james-page)
Changed in openstack-pkg-tools (Ubuntu):
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package openstack-pkg-tools - 37ubuntu3

---------------
openstack-pkg-tools (37ubuntu3) xenial; urgency=medium

  * init-template/init-script-template: Ensure that main project
    configuration file is the first passed to the daemon, allowing
    subsequent configuration files to override values correctly
    inline with upstart configurations (LP: #1550223).

 -- James Page <email address hidden> Fri, 26 Feb 2016 13:32:52 +0000

Changed in openstack-pkg-tools (Ubuntu):
status: Triaged → Fix Released
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.