Browse code

Set default_network in tempest.conf

This is to support testing of change
Ia78582cac3790653c2281a5b63d953cd46d5c290 in Tempest.

Change-Id: Ibb812e2598fb11b7eef21a0868ee9baeea73186c

Ben Nemec authored on 2013/12/21 04:51:04
Showing 1 changed files
... ...
@@ -283,6 +283,7 @@ function configure_tempest() {
283 283
     iniset $TEMPEST_CONF network tenant_networks_reachable "$tenant_networks_reachable"
284 284
     iniset $TEMPEST_CONF network public_network_id "$public_network_id"
285 285
     iniset $TEMPEST_CONF network public_router_id "$public_router_id"
286
+    iniset $TEMPEST_CONF network default_network "$FIXED_RANGE"
286 287
 
287 288
     # boto
288 289
     iniset $TEMPEST_CONF boto ec2_url "http://$SERVICE_HOST:8773/services/Cloud"