Neutron.conf is not setup unless q-svc is enabled
In a multi-node environment, a node may have the neutron- openvswitch-agent running but not the neutron API server. The agent uses neutron.conf as one of the configuration files. Devstack sets up neutron.conf only when q-svc is enabled. Neutron.conf also needs to be configured when q-agt is enabled. Change-Id: I3d454caff0b49a61ee1a78f68b1bca98e29f21de Closes-Bug: 1184064
This commit is contained in:
parent
3fe7337971
commit
9b38eb2392
@ -274,7 +274,7 @@ function configure_neutron {
|
||||
if is_service_enabled q-fwaas; then
|
||||
_configure_neutron_fwaas
|
||||
fi
|
||||
if is_service_enabled q-svc; then
|
||||
if is_service_enabled q-agt q-svc; then
|
||||
_configure_neutron_service
|
||||
fi
|
||||
if is_service_enabled q-agt; then
|
||||
|
Loading…
Reference in New Issue
Block a user