We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b3d970 + 51783cc commit 902a760Copy full SHA for 902a760
1 file changed
extras.d/80-opendaylight.sh
@@ -40,7 +40,9 @@ if is_service_enabled odl-compute; then
40
elif [[ "$1" == "stack" && "$2" == "install" ]]; then
41
install_opendaylight-compute
42
elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then
43
- create_nova_conf_neutron
+ if is_service_enabled nova; then
44
+ create_nova_conf_neutron
45
+ fi
46
elif [[ "$1" == "stack" && "$2" == "extra" ]]; then
47
echo_summary "Initializing OpenDaylight"
48
ODL_LOCAL_IP=${ODL_LOCAL_IP:-$HOST_IP}
0 commit comments