summaryrefslogtreecommitdiffstats
path: root/nova/test.py
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2011-01-27 15:58:22 -0800
committerTodd Willey <todd@ansolabs.com>2011-01-27 15:58:22 -0800
commitf61da82b6dc614867028e39eec71ed98de8bfac7 (patch)
treee935ca43b096cd8c79584c49ad32b42d30b0b69a /nova/test.py
parent4b4781f5cc015c80c9acb0625aaeac9cde667d4b (diff)
parentd4f77e1c9eaad19f2a917081737840f9e52dac13 (diff)
downloadnova-f61da82b6dc614867028e39eec71ed98de8bfac7.tar.gz
nova-f61da82b6dc614867028e39eec71ed98de8bfac7.tar.xz
nova-f61da82b6dc614867028e39eec71ed98de8bfac7.zip
Merge & fix conflict.
Diffstat (limited to 'nova/test.py')
-rw-r--r--nova/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/test.py b/nova/test.py
index 881baccd5..a12cf9d32 100644
--- a/nova/test.py
+++ b/nova/test.py
@@ -69,9 +69,10 @@ class TestCase(unittest.TestCase):
network_manager.VlanManager().create_networks(ctxt,
FLAGS.fixed_range,
5, 16,
+ FLAGS.fixed_range_v6,
FLAGS.vlan_start,
FLAGS.vpn_start,
- FLAGS.fixed_range_v6)
+ )
# emulate some of the mox stuff, we can't use the metaclass
# because it screws with our generators