Merge "lib/neutron: fix metering agent startup with systemd"

This commit is contained in:
Jenkins 2017-09-19 01:57:53 +00:00 committed by Gerrit Code Review
commit 8d43cd5b16

View File

@ -443,7 +443,7 @@ function start_neutron_new {
fi
if is_service_enabled neutron-metering; then
run_process neutron-metering "$NEUTRON_METERING_BINARY --config-file $NEUTRON_CONF --config-file $NEUTRON_METERING_AGENT_CONF"
run_process neutron-metering "$NEUTRON_BIN_DIR/$NEUTRON_METERING_BINARY --config-file $NEUTRON_CONF --config-file $NEUTRON_METERING_AGENT_CONF"
fi
}