devstack: Update after systemd change

Closes-Bug: #1690722
Change-Id: I203de80429d3b81c3b386de8d7279663a7d46d6f
This commit is contained in:
YAMAMOTO Takashi 2017-05-15 14:39:36 +09:00
parent 7ccf18786b
commit e15cbf3892
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ function configure_taas_openvswitch_agent {
}
function start_taas_openvswitch_agent {
run_process taas_openvswitch_agent "python $TAAS_OVS_AGENT_BINARY --config-file $NEUTRON_CONF --config-file $TAAS_OVS_AGENT_CONF_FILE"
run_process taas_openvswitch_agent "$TAAS_OVS_AGENT_BINARY --config-file $NEUTRON_CONF --config-file $TAAS_OVS_AGENT_CONF_FILE"
}
if is_service_enabled taas; then