From e4b85590037974b04487be5b4e23166a8a35d9dc Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Fri, 20 Dec 2013 19:51:04 +0000 Subject: [PATCH] Set default_network in tempest.conf This is to support testing of change Ia78582cac3790653c2281a5b63d953cd46d5c290 in Tempest. Change-Id: Ibb812e2598fb11b7eef21a0868ee9baeea73186c --- lib/tempest | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tempest b/lib/tempest index 0969b2df1f..95b300ce77 100644 --- a/lib/tempest +++ b/lib/tempest @@ -283,6 +283,7 @@ function configure_tempest() { iniset $TEMPEST_CONF network tenant_networks_reachable "$tenant_networks_reachable" iniset $TEMPEST_CONF network public_network_id "$public_network_id" iniset $TEMPEST_CONF network public_router_id "$public_router_id" + iniset $TEMPEST_CONF network default_network "$FIXED_RANGE" # boto iniset $TEMPEST_CONF boto ec2_url "http://$SERVICE_HOST:8773/services/Cloud"