Browse code

Merge "Makes error message easier to understand."

Jenkins authored on 2014/04/03 22:02:43
Showing 1 changed files
... ...
@@ -290,7 +290,7 @@ FIXED_NETWORK_SIZE=${FIXED_NETWORK_SIZE:-256}
290 290
 
291 291
 HOST_IP=$(get_default_host_ip $FIXED_RANGE $FLOATING_RANGE "$HOST_IP_IFACE" "$HOST_IP")
292 292
 if [ "$HOST_IP" == "" ]; then
293
-    die $LINENO "Could not determine host ip address. Either localrc specified dhcp on ${HOST_IP_IFACE} or defaulted"
293
+    die $LINENO "Could not determine host ip address.  See local.conf for suggestions on setting HOST_IP."
294 294
 fi
295 295
 
296 296
 # Allow the use of an alternate hostname (such as localhost/127.0.0.1) for service endpoints.