Fix "create_nova_conf_neutron command not found"

It can be observed when install a compute node. The function is in
devstack/lib/neutron-legacy. And neutron-legacy will not be sourced if
there is no "q-*" service.

Change to use same function defined in devstack/lib/neutron

Change-Id: If811a3165a0356c369cb5204e912cc2145e39138
This commit is contained in:
Hong Hui Xiao 2017-01-10 17:50:38 +08:00
parent 1fdc89d0ce
commit bab94d78d2
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ if [[ "$Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER" == "True" ]]; then
fi
if is_service_enabled nova; then
create_nova_conf_neutron
configure_neutron_nova
fi
if is_service_enabled df-publisher-service; then